Class InhibitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iese.mydata.policy.exception.InhibitException
- All Implemented Interfaces:
Serializable
Indicates that an event has to be inhibited to adhere to the security policy.
- Author:
- Fraunhofer IESE
- See Also:
-
Constructor Summary
ConstructorDescriptionInhibitException
(String message) Instantiates a new inhibit exception.InhibitException
(String message, Throwable causedby) Instantiates a new inhibit exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InhibitException
Instantiates a new inhibit exception.- Parameters:
message
- the message
-
InhibitException
Instantiates a new inhibit exception.- Parameters:
message
- the messagecausedby
- Wrapped Exception
-