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:
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoHelperProviderException()
NoHelperProviderException(java.lang.String message)
NoHelperProviderException(java.lang.String message, java.lang.Throwable cause)
NoHelperProviderException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getImplementationName()
Return the name of the implementation class that could not be provided.
-
-
-
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)
-
-