org.glite.authz.pep.pip
Class PIPProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.authz.pep.PEPException
              extended by org.glite.authz.pep.pip.PIPException
                  extended by org.glite.authz.pep.pip.PIPProcessingException
All Implemented Interfaces:
java.io.Serializable

public class PIPProcessingException
extends PIPException

Thrown when a PolicyInformationPoint error occurs when populating the request.

See Also:
PolicyInformationPoint.populateRequest(org.glite.authz.common.model.Request), Serialized Form

Constructor 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

PIPProcessingException

public PIPProcessingException()
Constructor.


PIPProcessingException

public PIPProcessingException(java.lang.String message)
Constructor.

Parameters:
message - exception message

PIPProcessingException

public PIPProcessingException(java.lang.Exception wrappedException)
Constructor.

Parameters:
wrappedException - exception to be wrapped by this one

PIPProcessingException

public PIPProcessingException(java.lang.String message,
                              java.lang.Exception wrappedException)
Constructor.

Parameters:
message - exception message
wrappedException - exception to be wrapped by this one


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.