org.glite.authz.pep.pip
Class PIPException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PIPProcessingException

public class PIPException
extends PEPException

Thrown when an PolicyInformationPoint fails to start or stop.

See Also:
PolicyInformationPoint.start(), PolicyInformationPoint.stop(), Serialized Form

Constructor Summary
PIPException()
          Constructor.
PIPException(java.lang.Exception wrappedException)
          Constructor.
PIPException(java.lang.String message)
          Constructor.
PIPException(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

PIPException

public PIPException()
Constructor.


PIPException

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

Parameters:
message - exception message

PIPException

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

Parameters:
wrappedException - exception to be wrapped by this one

PIPException

public PIPException(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.