public class CTKException extends Exception
| Constructor and Description |
|---|
CTKException(String message)
Constructs a new CTKException with the given message.
|
CTKException(String message,
Throwable cause)
Constructs a new CTKException with the given message and the Exception as
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CTKException(String message)
message - for the constructed exceptionCopyright © 2016. All rights reserved.