org.smallmind.cloud.cluster
Class ClusterManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.smallmind.nutsnbolts.lang.FormattedException
              extended by org.smallmind.cloud.cluster.ClusterException
                  extended by org.smallmind.cloud.cluster.ClusterManagementException
All Implemented Interfaces:
Serializable

public class ClusterManagementException
extends ClusterException

See Also:
Serialized Form

Constructor Summary
ClusterManagementException()
           
ClusterManagementException(String message, Object... args)
           
ClusterManagementException(Throwable throwable)
           
ClusterManagementException(Throwable throwable, String message, Object... args)
           
 
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

ClusterManagementException

public ClusterManagementException()

ClusterManagementException

public ClusterManagementException(String message,
                                  Object... args)

ClusterManagementException

public ClusterManagementException(Throwable throwable,
                                  String message,
                                  Object... args)

ClusterManagementException

public ClusterManagementException(Throwable throwable)


Copyright © 2011. All Rights Reserved.