public class BasicException extends Exception
| Constructor and Description |
|---|
BasicException()
Creates a new instance of
DataException without detail message. |
BasicException(String msg)
Constructs an instance of
DataException with the specified detail message. |
BasicException(String msg,
Throwable cause) |
BasicException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BasicException()
DataException without detail message.public BasicException(String msg)
DataException with the specified detail message.msg - the detail message.public BasicException(Throwable cause)
Copyright © 2021. All rights reserved.