org.apache.openejb.config
Class UnsupportedModuleTypeException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownModuleTypeException

public class UnsupportedModuleTypeException
extends OpenEJBException

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
UnsupportedModuleTypeException()
           
UnsupportedModuleTypeException(java.lang.String message)
           
UnsupportedModuleTypeException(java.lang.String message, java.lang.Throwable rootCause)
           
UnsupportedModuleTypeException(java.lang.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

UnsupportedModuleTypeException

public UnsupportedModuleTypeException()

UnsupportedModuleTypeException

public UnsupportedModuleTypeException(java.lang.String message)

UnsupportedModuleTypeException

public UnsupportedModuleTypeException(java.lang.String message,
                                      java.lang.Throwable rootCause)

UnsupportedModuleTypeException

public UnsupportedModuleTypeException(java.lang.Throwable rootCause)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.