org.apache.openejb.config
Class NoSuchProviderException

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.NoSuchProviderException
All Implemented Interfaces:
Serializable

public class NoSuchProviderException
extends OpenEJBException

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

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

NoSuchProviderException

public NoSuchProviderException()

NoSuchProviderException

public NoSuchProviderException(String message)

NoSuchProviderException

public NoSuchProviderException(String message,
                               Throwable rootCause)

NoSuchProviderException

public NoSuchProviderException(Throwable rootCause)


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