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 DeploymentException
Something was wrong with the user's syntax (as opposed to the command
failed for some other reason).
- See Also:
- Serialized Form
DeploymentSyntaxException
public DeploymentSyntaxException()
DeploymentSyntaxException
public DeploymentSyntaxException(Throwable cause)
DeploymentSyntaxException
public DeploymentSyntaxException(String message)
DeploymentSyntaxException
public DeploymentSyntaxException(String message,
Throwable cause)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.