Class InhibitException

  • All Implemented Interfaces:
    Serializable

    public class InhibitException
    extends Exception
    Indicates that an event has to be inhibited to adhere to the security policy.
    Author:
    Fraunhofer IESE
    See Also:
    Serialized Form
    • Constructor Detail

      • InhibitException

        public InhibitException​(String message)
        Instantiates a new inhibit exception.
        Parameters:
        message - the message
      • InhibitException

        public InhibitException​(String message,
                                Throwable causedby)
        Instantiates a new inhibit exception.
        Parameters:
        message - the message
        causedby - Wrapped Exception