fr.dyade.aaa.agent

Class UnknownAgentException


public class UnknownAgentException
extends Exception

Thrown by Engine if a notification is sent to an unknown agent.

Constructor Summary

UnknownAgentException()
Constructs a new UnknownAgentException with no detail message.
UnknownAgentException(String s)
Constructs a new UnknownAgentException with the specified detail message.

Constructor Details

UnknownAgentException

public UnknownAgentException()
Constructs a new UnknownAgentException with no detail message.


UnknownAgentException

public UnknownAgentException(String s)
Constructs a new UnknownAgentException with the specified detail message.

Parameters:
s - the detail message.


Copyright B) 2004 Scalagent - All rights reserved