org.ow2.jonas.deployment.rar
Class RarDeploymentDescException

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.rar.RarDeploymentDescException
All Implemented Interfaces:
Serializable

public class RarDeploymentDescException
extends DeploymentDescException

The class RarDeploymentDescException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit, Ludovic Bert
See Also:
Serialized Form

Constructor Summary
RarDeploymentDescException()
          Constructs a new RarDeploymentDescException with no detail message.
RarDeploymentDescException(String message)
          Constructs a new RarDeploymentDescException with the specified message.
RarDeploymentDescException(String message, Throwable cause)
          Constructs a new RarDeploymentDescException with the specified error cause.
RarDeploymentDescException(Throwable cause)
          Constructs a new RarDeploymentDescException 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

RarDeploymentDescException

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


RarDeploymentDescException

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

Parameters:
message - the detail message.

RarDeploymentDescException

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

Parameters:
cause - the cause of the error.

RarDeploymentDescException

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.