org.glite.authz.pep.obligation.eesmap
Class EESObligationHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glite.authz.pep.PEPException
org.glite.authz.pep.obligation.ObligationProcessingException
org.glite.authz.pep.obligation.eesmap.EESObligationHandlerException
- All Implemented Interfaces:
- java.io.Serializable
public class EESObligationHandlerException
- extends org.glite.authz.pep.obligation.ObligationProcessingException
Exception for the EESObligationHandler
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EESObligationHandlerException
public EESObligationHandlerException()
- Default constructor
EESObligationHandlerException
public EESObligationHandlerException(java.lang.String message)
- Parameters:
message
-
EESObligationHandlerException
public EESObligationHandlerException(java.lang.Exception wrappedException)
- Parameters:
wrappedException
-
EESObligationHandlerException
public EESObligationHandlerException(java.lang.String message,
java.lang.Exception wrappedException)
- Parameters:
message
- wrappedException
-