|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nhindirect.config.store.CertificateException
public class CertificateException
Generic Certificate exception class.
| Constructor Summary | |
|---|---|
CertificateException()
Default constructor. |
|
CertificateException(String message)
Construct an exception with given message. |
|
CertificateException(String message,
Throwable e)
Construct an exception with given message from a Throwable. |
|
CertificateException(Throwable e)
Construct an exception from a Throwable. |
|
| 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 CertificateException()
public CertificateException(String message)
message - The message.public CertificateException(Throwable e)
e - The Throwable.
public CertificateException(String message,
Throwable e)
message - The message.e - The Throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||