Package com.atlassian.confluence.cluster
Class NoSuchClusterNodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.cluster.ClusterException
-
- com.atlassian.confluence.cluster.NoSuchClusterNodeException
-
- All Implemented Interfaces:
Serializable
public class NoSuchClusterNodeException extends ClusterException
This exception is thrown when a requested cluster node is not present in the cluster.- Since:
- 7.18
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchClusterNodeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchClusterNodeException
public NoSuchClusterNodeException(String message)
-
-