Provider
exceptions (such as
misconfiguration errors or unrecoverable internal errors),
which may be subclassed by Providers to
throw specialized, provider-specific runtime errors.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | ProviderException(String
the detail message. s)Constructs a |
public | ProviderException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates a |
public | ProviderException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
ProviderException | back to summary |
---|---|
public ProviderException() Constructs a |
ProviderException | back to summary |
---|---|
public ProviderException(String s) Constructs a
|
ProviderException | back to summary |
---|---|
public ProviderException(String message, Throwable cause) Creates a
|
ProviderException | back to summary |
---|---|
public ProviderException(Throwable cause) Creates a
|