Package java.security

Class GeneralSecurityException

    • Constructor Detail

      • GeneralSecurityException

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

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

        public GeneralSecurityException​(String message,
                                        Throwable cause)
        Constructs a new instance of GeneralSecurityException 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.
      • GeneralSecurityException

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