|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.glite.authz.pep.PEPException
org.glite.authz.pep.pip.PIPException
org.glite.authz.pep.pip.PIPProcessingException
public class PIPProcessingException
Thrown when a PolicyInformationPoint
error occurs when populating the request.
PolicyInformationPoint.populateRequest(org.glite.authz.common.model.Request)
,
Serialized FormConstructor Summary | |
---|---|
PIPProcessingException()
Constructor. |
|
PIPProcessingException(java.lang.Exception wrappedException)
Constructor. |
|
PIPProcessingException(java.lang.String message)
Constructor. |
|
PIPProcessingException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor. |
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 |
Constructor Detail |
---|
public PIPProcessingException()
public PIPProcessingException(java.lang.String message)
message
- exception messagepublic PIPProcessingException(java.lang.Exception wrappedException)
wrappedException
- exception to be wrapped by this onepublic PIPProcessingException(java.lang.String message, java.lang.Exception wrappedException)
message
- exception messagewrappedException
- exception to be wrapped by this one
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |