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
- See Also:
-
Constructor Summary
ConstructorDescriptionClusterException
(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
-
Constructor Details
-
ClusterException
public ClusterException() -
ClusterException
-
ClusterException
-
ClusterException
-