|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.security.ProviderException
public class ProviderException
This exception indicates that a runtime problem was encounterd with a security provider.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderException()
public ProviderException(String msg)
msg - the descriptive error message
public ProviderException(String s,
Throwable cause)
s - the descriptive error messagecause - the causepublic ProviderException(Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||