public class YabException extends RuntimeException
| Constructor and Description |
|---|
YabException()
Creates a new YDT exception.
|
YabException(String message)
Creates a new YDT exception with given message.
|
YabException(String message,
Throwable cause)
Creates a new YDT exception from given message and cause.
|
YabException(Throwable cause)
Creates a new YDT exception from cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic YabException()
public YabException(String message)
message - the detail of exception in stringpublic YabException(String message, Throwable cause)
message - the detail of exception in stringcause - underlying cause of the errorpublic YabException(Throwable cause)
cause - underlying cause of the error