fr.dyade.aaa.agent

Class AgentException


public class AgentException
extends Exception

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

Constructor Summary

AgentException(Throwable cause)

Method Summary

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

Constructor Details

AgentException

public AgentException(Throwable cause)

Method Details

getCause

public final 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 B) 2004 Scalagent - All rights reserved