com.sun.grizzly.http.deployer
Class DeployException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.grizzly.http.deployer.DeployException
- All Implemented Interfaces:
- Serializable
public class DeployException
- extends Exception
Deploying error.
- Since:
- Sep 17, 2009
- Author:
- Hubert Iwaniuk
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeployException
public DeployException()
-
DeployException
public DeployException(String message)
-
DeployException
public DeployException(String message,
Throwable cause)
-
DeployException
public DeployException(Throwable cause)
-
Copyright © 2012 Oracle Corporation. All Rights Reserved.