org.ow2.jonas.deployment.client
Class ClientContainerDeploymentDescException

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.client.ClientContainerDeploymentDescException
All Implemented Interfaces:
Serializable

public class ClientContainerDeploymentDescException
extends DeploymentDescException

This class ClientContainerDeploymentDescException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
ClientContainerDeploymentDescException()
          Constructs a new ClientContainerDeploymentDescException with no detail message.
ClientContainerDeploymentDescException(String message)
          Constructs a new ClientContainerDeploymentDescException with the specified message.
ClientContainerDeploymentDescException(String message, Throwable cause)
          Constructs a new ClientContainerDeploymentDescException with the specified message and cause.
ClientContainerDeploymentDescException(Throwable cause)
          Construct an exception from a causing exception.
 
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

ClientContainerDeploymentDescException

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


ClientContainerDeploymentDescException

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

Parameters:
message - the detail message.

ClientContainerDeploymentDescException

public ClientContainerDeploymentDescException(String message,
                                              Throwable cause)
Constructs a new ClientContainerDeploymentDescException with the specified message and cause.

Parameters:
message - the detail message.
cause - The error or exception that cause this exception.

ClientContainerDeploymentDescException

public ClientContainerDeploymentDescException(Throwable cause)
Construct an exception from a causing exception.

Parameters:
cause - The error or exception that cause this exception. The message will be take be this object's message.


Copyright © 2010 OW2 Consortium. All Rights Reserved.