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:
  • Constructor Details

    • ClusterException

      public ClusterException()
    • ClusterException

      public ClusterException(String string)
    • ClusterException

      public ClusterException(String string, Throwable throwable)
    • ClusterException

      public ClusterException(Throwable throwable)