fr.dyade.aaa.agent
Class AgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.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.

Overrides:
getCause in class java.lang.Throwable
Returns:
the cause or null if its class is unknown.


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.