| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.jbi.JBIException javax.jbi.management.DeploymentException
DeploymentException | public class DeploymentException extends javax.jbi.JBIException (Code) | | DeploymentException is an exception thrown by the Deployment Service and
the Service Unit Manager.
author: JSR208 Expert Group |
DeploymentException | public DeploymentException(String message)(Code) | | Creates a new instance of DeploymentException with an exception detail
message.
Parameters: message - the detail message for this exception. |
DeploymentException | public DeploymentException(String message, Throwable cause)(Code) | | Creates a new instance of DeploymentException with and exception detail
message and a cause.
Parameters: message - the detail message for this exception. Parameters: cause - Error or Exception whichrepresents the cause of the problem (null if none,or if the cause is not known). |
DeploymentException | public DeploymentException(Throwable cause)(Code) | | Creates a new instance of DeploymentException with the specified cause.
Parameters: cause - Error or Exception whichrepresents the cause of the problem (null if none,or if the cause is not known). |
|
|
|