| org.jboss.deployment.DeploymentException
All known Subclasses: org.jboss.deployment.IncompleteDeploymentException,
DeploymentException | public class DeploymentException extends NestedException (Code) | | Thrown by a deployer if an application component could not be
deployed.
See Also: DeployerMBean author: Toby Allsopp version: $Revision: 57205 $ |
DeploymentException | public DeploymentException(String msg)(Code) | | Construct a DeploymentException with the specified detail
message.
Parameters: msg - Detail message. |
DeploymentException | public DeploymentException(String msg, Throwable nested)(Code) | | Construct a DeploymentException with the specified detail
message and nested Throwable.
Parameters: msg - Detail message. Parameters: nested - Nested Throwable. |
DeploymentException | public DeploymentException(Throwable nested)(Code) | | Construct a DeploymentException with the specified
nested Throwable.
Parameters: nested - Nested Throwable. |
DeploymentException | public DeploymentException()(Code) | | Construct a DeploymentException with no detail.
|
rethrowAsDeploymentException | public static void rethrowAsDeploymentException(String message, Throwable t) throws DeploymentException(Code) | | Rethrow a throwable as a deployment exception if it isn't already.
Parameters: message - the message Parameters: t - the throwable throws: a - DeploymentException |
|
|