Class InvalidPemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.getelements.elements.sdk.model.security.InvalidPemException
All Implemented Interfaces:
Serializable

public class InvalidPemException extends Exception
Exception thrown when PEM data is malformed or cannot be parsed.
See Also:
  • Constructor Details

    • InvalidPemException

      public InvalidPemException()
      Creates a new instance with no message.
    • InvalidPemException

      public InvalidPemException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message
    • InvalidPemException

      public InvalidPemException(String message, Throwable cause)
      Creates a new instance with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • InvalidPemException

      public InvalidPemException(Throwable cause)
      Creates a new instance with the given cause.
      Parameters:
      cause - the cause
    • InvalidPemException

      public InvalidPemException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance with full control over suppression and stack trace.
      Parameters:
      message - the detail message
      cause - the cause
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable