public class NotAuthorizedException extends Exception
| Constructor and Description |
|---|
NotAuthorizedException()
Constructs a NotAuthorizedException object.
|
NotAuthorizedException(String reason)
Constructs a NotAuthorizedException object with a reason.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAuthorizedException()
public NotAuthorizedException(String reason)
reason - reason for this exceptionCopyright © 2012 CableLabs. All Rights Reserved.