net.rim.device.cldc.io.ssl
Class TLSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.rim.device.cldc.io.ssl.TLSException
- Direct Known Subclasses:
- TLSAlertException, TLSCancelException
public class TLSException
- extends Exception
Thrown when a standard TLS error occurs.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
|
Constructor Summary |
|
TLSException()
Use this constructor when there is no underlying exception or message regarding this exception. |
|
TLSException(Exception e)
Use this constructor when you want to keep track of the exception which caused this exception to be thrown. |
|
TLSException(Exception 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. |
|
TLSException(String msg)
Use this constructor when there is an exception that needs to be thrown, yet there was no exception that caused it. |
TLSException
public TLSException()
- Use this constructor when there is no underlying exception or message regarding this exception.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
TLSException
public TLSException(Exception e)
- Use this constructor when you want to keep track of the exception which caused this exception to be thrown.
- Parameters:
e - The exception which was typically thrown causing this exception to be thrown.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
TLSException
public TLSException(String msg)
- Use this constructor when there is an exception that needs to be thrown, yet there was no exception that caused it.
- Parameters:
msg - The message that will be saved with this attachment.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
TLSException
public TLSException(Exception 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.
- Parameters:
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.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
getException
public Exception getException()
- Returns the underlying exception.
- Returns:
- The specified exception.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
toString
public String toString()
- Description copied from class:
Throwable
- Returns a short description of this throwable object.
If this
Throwable object was
created with an error message string,
then the result is the concatenation of three strings:
- The name of the actual class of this object
- ": " (a colon and a space)
- The result of the
Throwable.getMessage() method for this object
If this Throwable object was created
with no error message string, then the name of the actual class of
this object is returned.
- Overrides:
toString in class Throwable
- Returns:
- a string representation of this
Throwable. - Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
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