Package java.security

Class SignatureException

    • Constructor Detail

      • 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