public class UnauthorizedException extends MiniAuthException
| Constructor and Description |
|---|
UnauthorizedException() |
UnauthorizedException(String message) |
UnauthorizedException(String message,
String resource) |
UnauthorizedException(String message,
Throwable cause) |
UnauthorizedException(String message,
Throwable cause,
String resource) |
UnauthorizedException(Throwable cause) |
UnauthorizedException(Throwable cause,
String resource) |
getResourceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedException()
public UnauthorizedException(String message)
public UnauthorizedException(String message, Throwable cause, String resource)
public UnauthorizedException(Throwable cause)
Copyright © 2013. All rights reserved.