eu.semiramis.identityaggregator
Class PDPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.semiramis.identityaggregator.PDPException
All Implemented Interfaces:
java.io.Serializable

public class PDPException
extends java.lang.Exception

PDPException

See Also:
Serialized Form

Constructor Summary
PDPException()
          Creates a new instance of PDPException without detail message.
PDPException(java.lang.String msg)
          Constructs an instance of PDPException with the specified detail message.
PDPException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of PDPException with the specified detail message and cause.
PDPException(java.lang.Throwable cause)
          Constructs an instance of PDPException with the specified cause.
 
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

PDPException

public PDPException()
Creates a new instance of PDPException without detail message.


PDPException

public PDPException(java.lang.String msg)
Constructs an instance of PDPException with the specified detail message.

Parameters:
msg - the detail message.

PDPException

public PDPException(java.lang.Throwable cause)
Constructs an instance of PDPException with the specified cause.

Parameters:
cause - the cause.

PDPException

public PDPException(java.lang.String msg,
                    java.lang.Throwable cause)
Constructs an instance of PDPException with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the cause.