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