SMILA (incubation) API documentation

org.eclipse.smila.clusterconfig
Class ClusterConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.clusterconfig.ClusterConfigException
All Implemented Interfaces:
java.io.Serializable

public class ClusterConfigException
extends java.lang.Exception

Exception class for ClusterConfig specific exception.

See Also:
Serialized Form

Constructor Summary
ClusterConfigException(java.lang.String message)
          constructor with message.
ClusterConfigException(java.lang.String message, java.lang.Throwable cause)
          constructor with message and causing exception.
ClusterConfigException(java.lang.Throwable cause)
          constructor with causing exception.
 
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

ClusterConfigException

public ClusterConfigException(java.lang.String message)
constructor with message.

Parameters:
message - detailed error message.

ClusterConfigException

public ClusterConfigException(java.lang.Throwable cause)
constructor with causing exception.

Parameters:
cause - exception that caused the error.

ClusterConfigException

public ClusterConfigException(java.lang.String message,
                              java.lang.Throwable cause)
constructor with message and causing exception.

Parameters:
message - detailed error message.
cause - exception that caused the error.

SMILA (incubation) API documentation