public class ProviderException extends java.lang.RuntimeException
| Constructor and Description |
|---|
ProviderException()
Create an instance with no descriptive error message.
|
ProviderException(java.lang.String msg)
Create an instance with a descriptive error message.
|
ProviderException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
ProviderException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public ProviderException()
public ProviderException(java.lang.String msg)
msg - the descriptive error messagepublic ProviderException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic ProviderException(java.lang.Throwable cause)
cause - the cause