public class HPermissionDeniedException extends Exception
This exception is not related in any way to the Java security model
or to java.lang.SecurityException
. Methods where an
application could be denied the right to control a device or
feature by security policy also must throw a
java.lang.SecurityException
.
Parameter | Description | Default value | Set method | Get method |
---|---|---|---|---|
message | Message explaining why the exception was thrown | null | - | java.lang.Throwable#getMessage |
Description | Default value | Set method | Get method |
---|---|---|---|
None. |
Constructor and Description |
---|
HPermissionDeniedException()
Creates an HPermissionDeniedException object.
|
HPermissionDeniedException(String message)
Creates an HPermissionDeniedException object with a specified
reason string.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HPermissionDeniedException()
public HPermissionDeniedException(String message)
message
- the reason why the exception was raisedCopyright © 2013 CableLabs. All rights reserved.