|
||||||||||
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.jboss.deployers.spi.DeploymentException
org.jboss.deployment.DeploymentException
public class DeploymentException
Thrown by a deployer if an application component could not be deployed.
DeployerMBean
,
Serialized FormConstructor Summary | |
---|---|
DeploymentException()
Deprecated. Construct a DeploymentException with no detail. |
|
DeploymentException(String msg)
Deprecated. Construct a DeploymentException with the specified detail message. |
|
DeploymentException(String msg,
Throwable nested)
Deprecated. Construct a DeploymentException with the specified detail message and nested Throwable. |
|
DeploymentException(Throwable nested)
Deprecated. Construct a DeploymentException with the specified nested Throwable. |
Method Summary | |
---|---|
static DeploymentException |
rethrowAsDeploymentException(String message,
Throwable t)
Deprecated. Rethrow a throwable as a deployment exception if it isn't already. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentException(String msg)
msg
- Detail message.public DeploymentException(String msg, Throwable nested)
msg
- Detail message.nested
- Nested Throwable.public DeploymentException(Throwable nested)
nested
- Nested Throwable.public DeploymentException()
Method Detail |
---|
public static DeploymentException rethrowAsDeploymentException(String message, Throwable t) throws DeploymentException
message
- the messaget
- the throwable
DeploymentException
- always
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |