com.caucho.server.deploy
Class DeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.caucho.server.deploy.DeployException
All Implemented Interfaces:
java.io.Serializable

public class DeployException
extends java.lang.Exception

Thrown during deployment

See Also:
Serialized Form

Constructor Summary
DeployException()
          Create a null exception
DeployException(java.lang.String msg)
          Creates an exception with a message
DeployException(java.lang.String msg, java.lang.Throwable e)
          Creates an exception with a message and throwable
DeployException(java.lang.Throwable e)
          Creates an exception with a throwable
 
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()
Create a null exception


DeployException

public DeployException(java.lang.String msg)
Creates an exception with a message


DeployException

public DeployException(java.lang.String msg,
                       java.lang.Throwable e)
Creates an exception with a message and throwable


DeployException

public DeployException(java.lang.Throwable e)
Creates an exception with a throwable