org.huihoo.jfox.ejb.exception
Class DeploymentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.huihoo.jfox.ejb.exception.DeploymentException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentException
extends java.lang.Exception

Version:
$Revision: 0.1.0 $
Author:
tai_1219@sina.com
See Also:
Serialized Form

Constructor Summary
DeploymentException()
           
DeploymentException(java.lang.String msg)
           
DeploymentException(java.lang.String msg, java.lang.Throwable nested)
           
DeploymentException(java.lang.Throwable nested)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentException

public DeploymentException(java.lang.String msg)
Parameters:
msg -

DeploymentException

public DeploymentException(java.lang.String msg,
                           java.lang.Throwable nested)
Parameters:
msg -
nested -

DeploymentException

public DeploymentException(java.lang.Throwable nested)
Parameters:
nested -

DeploymentException

public DeploymentException()