com.sun.grizzly.http.deployer
Class DeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DeployException()
          
DeployException(String message)
          
DeployException(String message, Throwable cause)
          
DeployException(Throwable cause)
          
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.