org.objectweb.jonas_rar.deployment.api
Class RarDeploymentDescException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonas_lib.deployment.DeploymentDescException
|
+--org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException
- All Implemented Interfaces:
- java.io.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(java.lang.String message)
Constructs a new RarDeploymentDescException with the specified
message. |
RarDeploymentDescException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new RarDeploymentDescException with the specified
error cause. |
RarDeploymentDescException(java.lang.Throwable cause)
Constructs a new RarDeploymentDescException with the specified
error cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RarDeploymentDescException
public RarDeploymentDescException()
- Constructs a new RarDeploymentDescException with no detail
message.
RarDeploymentDescException
public RarDeploymentDescException(java.lang.String message)
- Constructs a new RarDeploymentDescException with the specified
message.
- Parameters:
message
- the detail message.
RarDeploymentDescException
public RarDeploymentDescException(java.lang.Throwable cause)
- Constructs a new RarDeploymentDescException with the specified
error cause.
- Parameters:
cause
- the cause of the error.
RarDeploymentDescException
public RarDeploymentDescException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a new RarDeploymentDescException with the specified
error cause.
- Parameters:
message
- the detail message.cause
- the cause of the error.