public class NotAuthorizedException extends Exception
Constructor and Description |
---|
NotAuthorizedException()
Constructs a NotAuthorizedException object.
|
NotAuthorizedException(String reason)
Constructs a NotAuthorizedException object with a reason.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotAuthorizedException()
public NotAuthorizedException(String reason)
reason
- reason for this exceptionCopyright © 2013 CableLabs. All rights reserved.