Package java.security

Class SignatureException

All Implemented Interfaces:
Serializable

public class SignatureException
extends GeneralSecurityException
SignatureException is a general Signature exception.
See Also:
Signature, Serialized Form
  • Constructor Details

    • SignatureException

      public SignatureException​(String msg)
      Constructs a new instance of SignatureException with the given message.
      Parameters:
      msg - the detail message for this exception.
    • SignatureException

      public SignatureException()
      Constructs a new instance of SignatureException.
    • SignatureException

      public SignatureException​(String message, Throwable cause)
      Constructs a new instance of SignatureException with the given message and the cause.
      Parameters:
      message - the detail message for this exception
      cause - the exception which is the cause for this exception
    • SignatureException

      public SignatureException​(Throwable cause)
      Constructs a new instance of SignatureException with the cause.
      Parameters:
      cause - the exception which is the cause for this exception