com.atlassian.confluence.cluster
Class ClusterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.cluster.ClusterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyClusteredException, ClusterLicenseExceededException, ClusterNotPermittedException, InvalidClusterAddressException, NamedClusterException

public class ClusterException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ClusterException()
           
ClusterException(java.lang.String string)
           
ClusterException(java.lang.String string, java.lang.Throwable throwable)
           
ClusterException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterException

public ClusterException()

ClusterException

public ClusterException(java.lang.String string)

ClusterException

public ClusterException(java.lang.String string,
                        java.lang.Throwable throwable)

ClusterException

public ClusterException(java.lang.Throwable throwable)


Copyright © 2003-2013 Atlassian. All Rights Reserved.