net.rim.device.api.system
Class ControlledAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by net.rim.device.api.system.ControlledAccessException

public final class ControlledAccessException
extends SecurityException

This exception is thrown when a thread attempts to access a ControlledAccess object without the appropriate permission.

See Also:
ControlledAccess
Since:
BlackBerry API 3.6.0

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

ControlledAccessException

public ControlledAccessException()
Creates a ControlledAccessException instance.

Since:
BlackBerry API 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:
BlackBerry API 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:
BlackBerry API 3.6.0


Method Detail

getCodeSigningKey

public CodeSigningKey getCodeSigningKey()
Returns the code signing key that raised this exception, if known.

Returns:
The code signing key.
Since:
BlackBerry API 3.6.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