|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonas_lib.deployment.api.DeploymentDescException
org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException
public class EarDeploymentDescException
The class EarDeploymentDescException indicates conditions that a reasonable application might want to catch.
| Constructor Summary | |
|---|---|
EarDeploymentDescException()
Constructs a new EarDeploymentDescException with no detail message. |
|
EarDeploymentDescException(java.lang.String message)
Constructs a new EarDeploymentDescException with the specified message. |
|
EarDeploymentDescException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new EarDeploymentDescException with the specified error cause. |
|
EarDeploymentDescException(java.lang.Throwable cause)
Constructs a new EarDeploymentDescException with the specified error cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.objectweb.jonas_lib.deployment.api.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 |
|---|
public EarDeploymentDescException()
public EarDeploymentDescException(java.lang.String message)
message - the detail message.public EarDeploymentDescException(java.lang.Throwable cause)
cause - the cause of the error.
public EarDeploymentDescException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause of the error.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||