org.csapi.jr.se.pam
Class PamAgentExistsException

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

public class PamAgentExistsException
extends PamException

Indicates that an Agent with the agentName already exists

See Also:
Serialized Form

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

PamAgentExistsException

public PamAgentExistsException()

PamAgentExistsException

public PamAgentExistsException(java.lang.String message)

PamAgentExistsException

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

PamAgentExistsException

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

getCause

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