fr.dyade.aaa.agent

Class UnknownServiceException


public class UnknownServiceException
extends Exception

Thrown to indicate that the specified service is not declared on a particular server.

Constructor Summary

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

Constructor Details

UnknownServiceException

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


UnknownServiceException

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

Parameters:
s - the detail message.


Copyright B) 2004 Scalagent - All rights reserved