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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HPermissionDeniedException()
public HPermissionDeniedException(String message)
message - the reason why the exception was raisedCopyright © 2012 code4tv.com. All Rights Reserved.