fr.dyade.aaa.agent.conf
Class DuplicateClusterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfr.dyade.aaa.agent.conf.DuplicateClusterException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateClusterException
extends java.lang.Exception

Thrown to indicate that the specified cluster already exist.

See Also:
Serialized Form

Constructor Summary
DuplicateClusterException()
          Constructs a new DuplicateClusterException with no detail message.
DuplicateClusterException(java.lang.String s)
          Constructs a new DuplicateClusterException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DuplicateClusterException

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


DuplicateClusterException

public DuplicateClusterException(java.lang.String s)
Constructs a new DuplicateClusterException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2004 Scalagent - All rights reserved