org.openpermis.policy.io
Class PolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openpermis.policy.io.PolicyException
- All Implemented Interfaces:
- Serializable
public class PolicyException
- extends Exception
Exception type for policy serialization.
- See Also:
- Serialized Form
- Since:
- 0.1.0
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Constant Field Value:
6044713060101802286L
- Since:
- 0.1.0
PolicyException
public PolicyException(String message)
- Creates a new exception with the specified message.
- Parameters:
message
- the exception details.- Since:
- 0.1.0
PolicyException
public PolicyException(String message,
Throwable cause)
- Creates a new exception with the specified message and cause.
- Parameters:
message
- the exception details.cause
- the original cause for this exception.- Since:
- 0.1.0
PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:22
Copyright (c) 2002-2007 Ergon Informatik AG