Package fr.dyade.aaa.agent.conf
Class UnknownClusterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.dyade.aaa.agent.conf.UnknownClusterException
-
- All Implemented Interfaces:
Serializable
public class UnknownClusterException extends Exception
Thrown to indicate that the specified cluster does not exist.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description UnknownClusterException()Constructs a newUnknownClusterExceptionwith no detail message.UnknownClusterException(String s)Constructs a newUnknownClusterExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnknownClusterException
public UnknownClusterException()
Constructs a newUnknownClusterExceptionwith no detail message.
-
UnknownClusterException
public UnknownClusterException(String s)
Constructs a newUnknownClusterExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
-