Package com.zebra.sdk.certificate
Class ZebraCertificateException
- All Implemented Interfaces:
Serializable
Signals that an error occurred while converting a certificate.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZebraCertificateException(String message) Constructs aZebraCertificateConversionExceptionwithmessageas the detailed error messageZebraCertificateException(String message, Throwable cause) Constructs aZebraCertificateConversionExceptionwithmessageas the detailed error message andcauseas the underlying exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZebraCertificateException
Constructs aZebraCertificateConversionExceptionwithmessageas the detailed error message- Parameters:
message- the error message
-
ZebraCertificateException
Constructs aZebraCertificateConversionExceptionwithmessageas the detailed error message andcauseas the underlying exception.- Parameters:
message- User defined message for the exceptioncause- what created the exception
-