org.ow2.jonas.deployment.clusterd
Class ClusterDaemonConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.deployment.common.DeploymentDescException
              extended by org.ow2.jonas.deployment.clusterd.ClusterDaemonConfigurationException
All Implemented Interfaces:
Serializable

public class ClusterDaemonConfigurationException
extends DeploymentDescException

Cluster daemon exception when loading its configuration

Author:
Benoit Pelletier
See Also:
Serialized Form

Constructor Summary
ClusterDaemonConfigurationException()
          Constructs a new ClusterDaemonConfigurationException with no detail message.
ClusterDaemonConfigurationException(String message)
          Constructs a new ClusterDaemonConfigurationException with the specified message.
ClusterDaemonConfigurationException(String message, Throwable cause)
          Constructs a new ClusterDaemonConfigurationException with the specified error cause.
ClusterDaemonConfigurationException(Throwable cause)
          Constructs a new ClusterDaemonConfigurationException with the specified error cause.
 
Method Summary
 
Methods inherited from class org.ow2.jonas.deployment.common.DeploymentDescException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterDaemonConfigurationException

public ClusterDaemonConfigurationException()
Constructs a new ClusterDaemonConfigurationException with no detail message.


ClusterDaemonConfigurationException

public ClusterDaemonConfigurationException(String message)
Constructs a new ClusterDaemonConfigurationException with the specified message.

Parameters:
message - the detail message.

ClusterDaemonConfigurationException

public ClusterDaemonConfigurationException(Throwable cause)
Constructs a new ClusterDaemonConfigurationException with the specified error cause.

Parameters:
cause - the cause of the error.

ClusterDaemonConfigurationException

public ClusterDaemonConfigurationException(String message,
                                           Throwable cause)
Constructs a new ClusterDaemonConfigurationException with the specified error cause.

Parameters:
message - the detail message.
cause - the cause of the error.


Copyright © 2010 OW2 Consortium. All Rights Reserved.