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, toString
public CDKException(String message)
message
- for the constructed exceptionCopyright © 2021. All rights reserved.