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