|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.rim.device.api.crypto.CryptoException
net.rim.device.api.crypto.keystore.KeyStoreException
net.rim.device.api.crypto.keystore.KeyStoreRegisterException
public class KeyStoreRegisterException
An exception representing that the user has tried to register a class that threw an exception. The underlying exception can be retrieved using the getException method if the proper constructor was used.
| Constructor Summary | ||
|---|---|---|
|
KeyStoreRegisterException()
Creates a KeyStoreRegisterException with no parameters. |
|
|
KeyStoreRegisterException(Exception e)
Creates a KeyStoreRegisterException with an underlying exception so the developer can determine what caused the exception. |
|
|
KeyStoreRegisterException(String msg)
Creates a KeyStoreRegisterException with a description string. |
|
| Method Summary | ||
|---|---|---|
|
Exception |
getException()
This method returns the underlying exception. |
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStoreRegisterException()
public KeyStoreRegisterException(String msg)
msg - a string containing a meaningful message regarding what
might have caused the exception to be thrown.public KeyStoreRegisterException(Exception e)
e - an exception that will indicate what caused this exception
to be thrown.| Method Detail |
|---|
public Exception getException()
|
|||||||||
| 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