org.openpermis.xacml.io
Class XacmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openpermis.xacml.io.XacmlException
- All Implemented Interfaces:
- Serializable
public class XacmlException
- extends Exception
Exception type for xacml.
- See Also:
- Serialized Form
- Since:
- 0.4.0
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XacmlException
public XacmlException(String message)
- Creates a new exception with the specified message.
- Parameters:
message
- the exception details.- Since:
- 0.4.0
XacmlException
public XacmlException(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.4.0
PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:15:42
Copyright (c) 2002-2007 Ergon Informatik AG