SDO API

commonj.sdo.impl
Class NoHelperProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by commonj.sdo.impl.NoHelperProviderException
All Implemented Interfaces:
java.io.Serializable

public class NoHelperProviderException
extends java.lang.RuntimeException

Exception indicating that a HelperProvider could not be located or instantiated. The message will be set to the name of the implementation class; a null value indicates that the name of the implementation could not be determined. The cause will be set to the Throwable that prevented the provider from being located or created.

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

Constructor Summary
NoHelperProviderException()
           
NoHelperProviderException(java.lang.String message)
           
NoHelperProviderException(java.lang.String message, java.lang.Throwable cause)
           
NoHelperProviderException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getImplementationName()
          Return the name of the implementation class that could not be provided.
 
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

NoHelperProviderException

public NoHelperProviderException()

NoHelperProviderException

public NoHelperProviderException(java.lang.String message)

NoHelperProviderException

public NoHelperProviderException(java.lang.String message,
                                 java.lang.Throwable cause)

NoHelperProviderException

public NoHelperProviderException(java.lang.Throwable cause)
Method Detail

getImplementationName

public java.lang.String getImplementationName()
Return the name of the implementation class that could not be provided.

Returns:
the name of the implementation class; may be null if not known

SDO API

-