org.openejb
Class ContainerNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openejb.ContainerNotFoundException
All Implemented Interfaces:
Serializable

public class ContainerNotFoundException
extends Exception

Version:
$Revision: 445177 $ $Date: 2005-02-09 03:07:57 +0100 (Wed, 09 Feb 2005) $
See Also:
Serialized Form

Constructor Summary
ContainerNotFoundException()
           
ContainerNotFoundException(String message)
           
ContainerNotFoundException(String message, Throwable cause)
           
ContainerNotFoundException(Throwable cause)
           
 
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

ContainerNotFoundException

public ContainerNotFoundException()

ContainerNotFoundException

public ContainerNotFoundException(String message)

ContainerNotFoundException

public ContainerNotFoundException(String message,
                                  Throwable cause)

ContainerNotFoundException

public ContainerNotFoundException(Throwable cause)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.