|
||||||||||
| 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.ow2.jonas.deployment.common.DeploymentDescException
org.ow2.jonas.deployment.domain.DomainMapException
public class DomainMapException
The class EarDeploymentDescException indicates conditions that a reasonable application might want to catch.
| Constructor Summary | |
|---|---|
DomainMapException()
Constructs a new DomainMapException with no detail message. |
|
DomainMapException(String message)
Constructs a new DomainMapException with the specified message. |
|
DomainMapException(String message,
Throwable cause)
Constructs a new DomainMapException with the specified error cause. |
|
DomainMapException(Throwable cause)
Constructs a new DomainMapException 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 |
|---|
public DomainMapException()
public DomainMapException(String message)
message - the detail message.public DomainMapException(Throwable cause)
cause - the cause of the error.
public DomainMapException(String message,
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 | |||||||||