org.apache.openejb.config
Class UnknownModuleTypeException

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

public class UnknownModuleTypeException
extends UnsupportedModuleTypeException

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
UnknownModuleTypeException(String message)
           
UnknownModuleTypeException(String message, 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

UnknownModuleTypeException

public UnknownModuleTypeException(String message)

UnknownModuleTypeException

public UnknownModuleTypeException(String message,
                                  Throwable rootCause)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.