public class ProviderException extends RuntimeException
| Constructor and Description |
|---|
ProviderException()
Create an instance with no descriptive error message.
|
ProviderException(String msg)
Create an instance with a descriptive error message.
|
ProviderException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
ProviderException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProviderException()
public ProviderException(String msg)
msg - the descriptive error messagepublic ProviderException(String s, Throwable cause)
s - the descriptive error messagecause - the causepublic ProviderException(Throwable cause)
cause - the cause