org.apache.openejb
Class DuplicateDeploymentIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.OpenEJBException
              extended by org.apache.openejb.DuplicateDeploymentIdException
All Implemented Interfaces:
Serializable

public class DuplicateDeploymentIdException
extends OpenEJBException

Version:
$Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $
See Also:
Serialized Form

Constructor Summary
DuplicateDeploymentIdException()
           
DuplicateDeploymentIdException(String message)
           
DuplicateDeploymentIdException(String message, Throwable rootCause)
           
DuplicateDeploymentIdException(Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.OpenEJBException
getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DuplicateDeploymentIdException

public DuplicateDeploymentIdException()

DuplicateDeploymentIdException

public DuplicateDeploymentIdException(String message)

DuplicateDeploymentIdException

public DuplicateDeploymentIdException(String message,
                                      Throwable rootCause)

DuplicateDeploymentIdException

public DuplicateDeploymentIdException(Throwable rootCause)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.