|
|||||||||
| 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.io.IOException
javax.microedition.pki.CertificateException
net.rim.device.cldc.io.ssl.TLSIOException
public class TLSIOException
Wraps a standard TLS exception inside an IOException for use in Input and OutputStreams.
| Field Summary |
|---|
| Fields inherited from class javax.microedition.pki.CertificateException |
|---|
BAD_EXTENSIONS, BROKEN_CHAIN, CERTIFICATE_CHAIN_TOO_LONG, EXPIRED, INAPPROPRIATE_KEY_USAGE, MISSING_SIGNATURE, NOT_YET_VALID, ROOT_CA_EXPIRED, SITENAME_MISMATCH, UNAUTHORIZED_INTERMEDIATE_CA, UNRECOGNIZED_ISSUER, UNSUPPORTED_PUBLIC_KEY_TYPE, UNSUPPORTED_SIGALG, VERIFICATION_FAILED |
| Constructor Summary | ||
|---|---|---|
|
TLSIOException(String msg)
Use this constructor when there is an exception that needs to be thrown, yet there was no exception that caused it. |
|
|
TLSIOException(TLSException e)
Use this constructor when you want to keep track of the exception which caused this exception to be thrown. |
|
|
TLSIOException(TLSException e,
String msg)
Use this constructor when you want to keep track of the exception which caused this exception to be thrown and have a descriptive string to display as well. |
|
| Method Summary | ||
|---|---|---|
|
TLSException |
getException()
Returns the underlying exception. |
|
String |
toString()
Returns a short description of this throwable object. |
| Methods inherited from class javax.microedition.pki.CertificateException |
|---|
getCertificate, getReason |
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TLSIOException(TLSException e)
e - The exception which was typically thrown
causing this exception to be thrown.public TLSIOException(String msg)
msg - The message that will be saved with this attachment.
public TLSIOException(TLSException e,
String msg)
e - The exception which was typically thrown
causing this exception to be thrown.msg - The message containing a descriptive
String regarding why the exception was thrown.| Method Detail |
|---|
public TLSException getException()
public String toString()
ThrowableThrowable object was
created with an error message string,
then the result is the concatenation of three strings:
Throwable.getMessage() method for this object
Throwable object was created
with no error message string, then the name of the actual class of
this object is returned.
toString in class ThrowableThrowable.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal