org.csapi.jr.se.pam
Class PamUnknownTypeException

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

public class PamUnknownTypeException
extends PamException

Indicates that the named type does not exist / indicates that the named identity/agent has not been associated with the named type / indicates that a specified type name has not been defined as an agent type

See Also:
Serialized Form

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

PamUnknownTypeException

public PamUnknownTypeException()

PamUnknownTypeException

public PamUnknownTypeException(java.lang.String message)

PamUnknownTypeException

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

PamUnknownTypeException

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

getCause

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