org.csapi.jr.se.pam
Class PamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.pam.PamException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PamAgentExistsException, PamAliasExistsException, PamAliasNotUniqueException, PamAttributeExistsException, PamDisassociatedTypeException, PamIdentityExistsException, PamInvalidCredentialException, PamIsCyclicException, PamMemberExistsException, PamNoCapabilityException, PamNotMemberException, PamNotRegisteredException, PamTypeAssociatedException, PamTypeExistsException, PamUnassignedAliasException, PamUnavailableInterfaceException, PamUnknownAgentException, PamUnknownAliasException, PamUnknownAssignmentException, PamUnknownAttributeException, PamUnknownAttributesException, PamUnknownCapabilityException, PamUnknownGroupException, PamUnknownIdentityException, PamUnknownMemberException, PamUnknownTypeException

public class PamException
extends java.lang.Exception

Presence and Availability Management abstract exception

See Also:
Serialized Form

Constructor Summary
PamException()
           
PamException(java.lang.String message)
           
PamException(java.lang.String message, java.lang.Throwable cause)
           
PamException(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

PamException

public PamException()

PamException

public PamException(java.lang.String message)

PamException

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

PamException

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

getCause

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