public class UnauthorizedSsoServiceException extends UnauthorizedServiceException
CODE_EMPTY_SVC_MGMR, CODE_UNAUTHZ_SERVICE
Constructor and Description |
---|
UnauthorizedSsoServiceException()
Instantiates a new unauthorized sso service exception.
|
UnauthorizedSsoServiceException(java.lang.String message)
Instantiates a new unauthorized sso service exception.
|
UnauthorizedSsoServiceException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new unauthorized sso service exception.
|
getCode
public UnauthorizedSsoServiceException()
public UnauthorizedSsoServiceException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic UnauthorizedSsoServiceException(java.lang.String message)
message
- the message