org.apache.openejb
Class OpenEjbContainer.InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by org.apache.openejb.OpenEjbContainer.InitializationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OpenEjbContainer.AssembleApplicationException, OpenEjbContainer.ConfigureApplicationException, OpenEjbContainer.InvalidApplicationException, OpenEjbContainer.InvalidModulesPropertyException, OpenEjbContainer.NoModulesFoundException, OpenEjbContainer.NoSuchModuleException
Enclosing class:
OpenEjbContainer

public static class OpenEjbContainer.InitializationException
extends javax.ejb.EJBException

See Also:
Serialized Form

Constructor Summary
OpenEjbContainer.InitializationException(Exception cause)
           
OpenEjbContainer.InitializationException(String s)
           
 
Method Summary
 
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenEjbContainer.InitializationException

public OpenEjbContainer.InitializationException(String s)

OpenEjbContainer.InitializationException

public OpenEjbContainer.InitializationException(Exception cause)


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