public class UnauthorizedProxyingException extends UnauthorizedServiceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CODE
The code description.
|
static java.lang.String |
MESSAGE
The msg description.
|
CODE_EMPTY_SVC_MGMR, CODE_UNAUTHZ_SERVICE
Constructor and Description |
---|
UnauthorizedProxyingException()
Instantiates a new unauthorized proxying exception.
|
UnauthorizedProxyingException(java.lang.String message)
Instantiates a new unauthorized proxying exception.
|
UnauthorizedProxyingException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new unauthorized proxying exception.
|
getCode
public static final java.lang.String CODE
public static final java.lang.String MESSAGE
public UnauthorizedProxyingException()
public UnauthorizedProxyingException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic UnauthorizedProxyingException(java.lang.String message)
message
- the message