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