eu.semiramis.policyManager.pdp.an
Class AnMarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.semiramis.policyManager.pdp.an.AnMarshallingException
- All Implemented Interfaces:
- java.io.Serializable
public class AnMarshallingException
- extends java.lang.Exception
Exception to be thrown during problems in marshalling and unmarshalling of
EnterpriseJavaXACML objects.
- Author:
- Paolo Roccetti
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnMarshallingException
public AnMarshallingException()
AnMarshallingException
public AnMarshallingException(java.lang.String message)
- Parameters:
message
-
AnMarshallingException
public AnMarshallingException(java.lang.Throwable cause)
- Parameters:
cause
-
AnMarshallingException
public AnMarshallingException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-