Package commonj.sdo.impl
Class NoHelperProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
commonj.sdo.impl.NoHelperProviderException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoHelperProviderException
(String message) NoHelperProviderException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the implementation class that could not be provided.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoHelperProviderException
public NoHelperProviderException() -
NoHelperProviderException
-
NoHelperProviderException
-
NoHelperProviderException
-
-
Method Details
-
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
-