org.csapi.jr.se.pam
Class PamDisassociatedTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.pam.PamException
                    |
                    +--org.csapi.jr.se.pam.PamDisassociatedTypeException
All Implemented Interfaces:
java.io.Serializable

public class PamDisassociatedTypeException
extends PamException

Indicates that one of the specified types is not associated with the named identity/agent

See Also:
Serialized Form

Constructor Summary
PamDisassociatedTypeException()
           
PamDisassociatedTypeException(java.lang.String message)
           
PamDisassociatedTypeException(java.lang.String message, java.lang.Throwable cause)
           
PamDisassociatedTypeException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PamDisassociatedTypeException

public PamDisassociatedTypeException()

PamDisassociatedTypeException

public PamDisassociatedTypeException(java.lang.String message)

PamDisassociatedTypeException

public PamDisassociatedTypeException(java.lang.String message,
                                     java.lang.Throwable cause)

PamDisassociatedTypeException

public PamDisassociatedTypeException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class PamException