|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.dyade.aaa.agent.AgentException
public class AgentException
Thrown by the Agentfactory
when an error is
raised during the initialization.
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 |
---|
public AgentException(java.lang.Throwable cause)
Method Detail |
---|
public final java.lang.Throwable getCause()
Throwable
behavior
in order to handle the deserialization
of the cause that may fail if its class
is unknown.
getCause
in class java.lang.Throwable
null
if
its class is unknown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |