|
|||||||||
| 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.security.GeneralSecurityException
java.security.cert.CertificateException
java.security.cert.CertificateEncodingException
public class CertificateEncodingException
Exception for a Certificate Encoding.
| Constructor Summary | |
|---|---|
CertificateEncodingException()
Constructs an exception without a message string. |
|
CertificateEncodingException(String msg)
Constructs an exception with a message string. |
|
CertificateEncodingException(String s,
Throwable cause)
Create a new instance with a descriptive error message and a cause. |
|
CertificateEncodingException(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 CertificateEncodingException()
public CertificateEncodingException(String msg)
msg - A message to display with exception
public CertificateEncodingException(String s,
Throwable cause)
s - the descriptive error messagecause - the causepublic CertificateEncodingException(Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||