Class EncodingException

All Implemented Interfaces:
Serializable

public class EncodingException extends RuntimeException
Runtime error describing an encoding problem of a cryptographic primitive (e.g. private key, X.509 certificate).
Author:
Middleware Services
See Also:
  • Constructor Details

    • EncodingException

      public EncodingException(String message)
      Creates a new instance with the given error message.
      Parameters:
      message - Error message.
    • EncodingException

      public EncodingException(String message, Throwable cause)
      Creates a new instance with the given error message and cause.
      Parameters:
      message - Error message.
      cause - Error cause.