Class ZebraCertificateException

Object
Throwable
Exception
com.zebra.sdk.certificate.ZebraCertificateException
All Implemented Interfaces:
Serializable

public class ZebraCertificateException extends Exception
Signals that an error occurred while converting a certificate.
See Also:
  • Constructor Details

    • ZebraCertificateException

      public ZebraCertificateException(String message)
      Constructs a ZebraCertificateConversionException with message as the detailed error message
      Parameters:
      message - the error message
    • ZebraCertificateException

      public ZebraCertificateException(String message, Throwable cause)
      Constructs a ZebraCertificateConversionException with message as the detailed error message and cause as the underlying exception.
      Parameters:
      message - User defined message for the exception
      cause - what created the exception