|
|||||||||
| 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.lang.RuntimeException
java.lang.SecurityException
net.rim.device.api.system.ControlledAccessException
public final class ControlledAccessException
This exception is thrown when a thread attempts to access a ControlledAccess object without the appropriate permission.
ControlledAccess| Constructor Summary | ||
|---|---|---|
ControlledAccessException()
Creates a ControlledAccessException instance. |
||
ControlledAccessException(String msg)
Creates a ControlledAccessException instance using a message
describing the reason for the exception. |
||
ControlledAccessException(CodeSigningKey key)
Creates a ControlledAccessException instance specifying the
key used to access the object. |
||
| Method Summary | ||
|---|---|---|
CodeSigningKey |
getCodeSigningKey()
Returns the code signing key that raised this exception, if known. |
|
| 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 ControlledAccessException()
ControlledAccessException instance.
public ControlledAccessException(String msg)
ControlledAccessException instance using a message
describing the reason for the exception.
msg - A message containing a reason for the exception to be thrown.public ControlledAccessException(CodeSigningKey key)
ControlledAccessException instance specifying the
key used to access the object.
key - The code signing key used to access the data.| Method Detail |
|---|
public CodeSigningKey getCodeSigningKey()
|
|||||||||
| 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