org.openpermis.xacml.io
Class XacmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
XacmlException(String message)
          Creates a new exception with the specified message.
XacmlException(String message, Throwable cause)
          Creates a new exception with the specified message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Constant Field Value:
-8193534066122723415L
Since:
0.4.0
Constructor Detail

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:45
Copyright (c) 2002-2007 Ergon Informatik AG