public class UnauthorizedProxyingException extends UnauthorizedServiceException
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE
The code description.
|
CODE_EMPTY_SVC_MGMR, CODE_UNAUTHZ_SERVICE| Constructor and Description |
|---|
UnauthorizedProxyingException()
Instantiates a new unauthorized proxying exception.
|
UnauthorizedProxyingException(String message)
Instantiates a new unauthorized proxying exception.
|
UnauthorizedProxyingException(String message,
Throwable cause)
Instantiates a new unauthorized proxying exception.
|
getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String CODE
public UnauthorizedProxyingException()
public UnauthorizedProxyingException(String message, Throwable cause)
message - the messagecause - the causepublic UnauthorizedProxyingException(String message)
message - the messageCopyright © 2004-2014 Jasig. All Rights Reserved.