Package com.atlassian.confluence.cluster
Class ClusterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.cluster.ClusterException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyClusteredException
,ClusterNotPermittedException
,InvalidClusterAddressException
,InvalidClusterJoinConfigException
,NamedClusterException
,NoSuchClusterNodeException
public class ClusterException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterException()
ClusterException(String string)
ClusterException(String string, Throwable throwable)
ClusterException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-