|
|||||||||
| 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
net.rim.device.cldc.io.ssl.TLSSecurityException
public class TLSSecurityException
This exception signifies that someone attempted to make a connection to the TLS software and specified that it must be an end to end connection using the ";EndToEnd" string appended to the URL of the server. However, the device does not contain the necessary code to make this connection (that is End to End SSL software is not currently loaded on the device) and hence we are unable to fulfill this request. This exception is thrown to signify that this situation has occurred.
| 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 | ||
|---|---|---|
|
TLSSecurityException(String msg)
Use this constructor when there is an exception that needs to be thrown, yet there was no exception that caused it. |
|
|
TLSSecurityException(TLSException e)
Use this constructor when you want to keep track of the exception which caused this exception to be thrown. |
|
|
TLSSecurityException(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 |
|---|
| Methods inherited from class net.rim.device.cldc.io.ssl.TLSIOException |
|---|
getException, toString |
| 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 TLSSecurityException(TLSException e)
e - The exception which was typically thrown
causing this exception to be thrown.public TLSSecurityException(String msg)
msg - The message that will be saved with this attachment.
public TLSSecurityException(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.
|
|||||||||
| 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