Class InhibitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iese.mydata.policy.exception.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:
  • Constructor Details

    • 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