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
public class NoHelperProviderException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoHelperProviderException
public NoHelperProviderException()
NoHelperProviderException
public NoHelperProviderException(String message)
NoHelperProviderException
public NoHelperProviderException(String message,
Throwable cause)
NoHelperProviderException
public NoHelperProviderException(Throwable cause)
getImplementationName
public 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
Copyright © 2011 Apache Software Foundation. All Rights Reserved.