net.rim.device.api.system
Class ControlledAccessException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.rim.device.api.system.ControlledAccessException
- public final class ControlledAccessException
- extends RuntimeException
This exception is thrown when a thread attempts to access a ControlledAccess object without the appropriate permission.
- Since:
- JDE 3.6.0
- See Also:
ControlledAccess
ControlledAccessException
public ControlledAccessException()
- Creates a
ControlledAccessException instance.
- Since:
- JDE 3.6.0
ControlledAccessException
public ControlledAccessException(CodeSigningKey key)
- Creates a
ControlledAccessException instance specifying the
key used to access the object.
- Parameters:
key - The code signing key used to access the data.- Since:
- JDE 3.6.0
ControlledAccessException
public ControlledAccessException(String msg)
- Creates a
ControlledAccessException instance using a message
describing the reason for the exception.
- Parameters:
msg - A message containing a reason for the exception to be thrown.- Since:
- JDE 3.6.0
getCodeSigningKey
public CodeSigningKey getCodeSigningKey()
- Returns the code signing key that raised this exception, if known.
- Returns:
- The code signing key.
- Since:
- JDE 3.6.0
Copyright 1999-2007 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.