fr.dyade.aaa.agent
Class AgentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfr.dyade.aaa.agent.AgentException
All Implemented Interfaces:
java.io.Serializable

public class AgentException
extends java.lang.Exception

Thrown by the Agentfactory when an error is raised during the initialization.

See Also:
Serialized Form

Constructor Summary
AgentException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
          Overrides the Throwable behavior in order to handle the deserialization of the cause that may fail if its class is unknown.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

AgentException

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

getCause

public final java.lang.Throwable getCause()
Overrides the Throwable behavior in order to handle the deserialization of the cause that may fail if its class is unknown.

Returns:
the cause or null if its class is unknown.


Copyright ? 2004 Scalagent - All rights reserved