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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InhibitException(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 Detail
-
InhibitException
public InhibitException(String message)
Instantiates a new inhibit exception.- Parameters:
message
- the message
-
-