public class NotAuthorizedException extends IOException
| Constructor and Description |
|---|
NotAuthorizedException()
Constructor without reason
|
NotAuthorizedException(String reason)
Constructor with reason
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAuthorizedException()
public NotAuthorizedException(String reason)
reason - the reason why the exception was thrownCopyright © 2012 code4tv.com. All Rights Reserved.