Class FulcrumSecurityException

    • Constructor Detail

      • FulcrumSecurityException

        public FulcrumSecurityException​(String msg)
        Construct an SecurityException with specified detail message.
        Parameters:
        msg - The detail message.
      • FulcrumSecurityException

        public FulcrumSecurityException​(String msg,
                                        Throwable nested)
        Construct an SecurityException with specified detail message and nested Throwable.
        Parameters:
        msg - The detail message.
        nested - the exception or error that caused this exception to be thrown.