Class SecurityConfException

    • Constructor Detail

      • SecurityConfException

        public SecurityConfException​(String message)
        Creates a new SecurityConfException instance.
        Parameters:
        message - the error message.
      • SecurityConfException

        public SecurityConfException​(Throwable cause)
        Creates a new SecurityConfException instance.
        Parameters:
        cause - the exception cause.
      • SecurityConfException

        public SecurityConfException​(String message,
                                     Throwable cause)
        Creates a new SecurityConfException instance.
        Parameters:
        message - the error message.
        cause - the exception cause.