public class ZebraCertificateException extends Exception
| Constructor and Description |
|---|
ZebraCertificateException(String message)
Constructs a
ZebraCertificateConversionException with message as the detailed error
message |
ZebraCertificateException(String message,
Throwable cause)
Constructs a
ZebraCertificateConversionException with message as the detailed error
message and cause as the underlying exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZebraCertificateException(String message)
ZebraCertificateConversionException with message as the detailed error
messagemessage - the error messagepublic ZebraCertificateException(String message, Throwable cause)
ZebraCertificateConversionException with message as the detailed error
message and cause as the underlying exception.message - User defined message for the exceptioncause - what created the exception
© 2015 ZIH Corp. All Rights Reserved.