Package us.kbase.common.service
Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- us.kbase.common.service.JsonClientException
-
- us.kbase.common.service.UnauthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnauthorizedException extends JsonClientException
Raised when a user cannot be authorized.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException(java.lang.String message)UnauthorizedException(java.lang.String message, java.lang.Throwable cause)
-