com.ibm.di.plugin.pwstore.itim.policy
Class PolicyConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.plugin.pwstore.itim.policy.PolicyConnectionException
All Implemented Interfaces:
Serializable

public class PolicyConnectionException
extends Exception

Exception type indicating error related to password policy connection.

See Also:
Serialized Form

Constructor Summary
PolicyConnectionException()
           
PolicyConnectionException(String message)
           
PolicyConnectionException(String message, Throwable cause)
           
PolicyConnectionException(Throwable 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

PolicyConnectionException

public PolicyConnectionException()

PolicyConnectionException

public PolicyConnectionException(String message)
Parameters:
message -

PolicyConnectionException

public PolicyConnectionException(String message,
                                 Throwable cause)
Parameters:
message -
cause -

PolicyConnectionException

public PolicyConnectionException(Throwable cause)
Parameters:
cause -