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:
Serializable
Direct Known Subclasses:
AlreadyClusteredException, ClusterLicenseExceededException, ClusterNotPermittedException, InvalidClusterAddressException, NamedClusterException

public class ClusterException
extends Exception

Created by IntelliJ IDEA. User: cowen Date: 25/05/2006 Time: 14:49:03 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ClusterException()
           
ClusterException(String string)
           
ClusterException(String string, Throwable throwable)
           
ClusterException(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(String string)

ClusterException

public ClusterException(String string,
                        Throwable throwable)

ClusterException

public ClusterException(Throwable throwable)


Copyright © 2003-2012 Atlassian. All Rights Reserved.