org.apache.geronimo.deployment.cli
Class DeploymentSyntaxException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.apache.geronimo.common.DeploymentException
              
org.apache.geronimo.deployment.cli.DeploymentSyntaxException
- All Implemented Interfaces: 
 - Serializable
 
public class DeploymentSyntaxException
- extends org.apache.geronimo.common.DeploymentException
 
Something was wrong with the user's syntax (as opposed to the command
 failed for some other reason).
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class org.apache.geronimo.common.DeploymentException | 
cleanse | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DeploymentSyntaxException
public DeploymentSyntaxException()
DeploymentSyntaxException
public DeploymentSyntaxException(Throwable cause)
DeploymentSyntaxException
public DeploymentSyntaxException(String message)
DeploymentSyntaxException
public DeploymentSyntaxException(String message,
                                 Throwable cause)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.