public class UnauthorizedException extends ClientErrorException
HttpStatus.UNAUTHORIZED status code occurs.| Constructor and Description |
|---|
UnauthorizedException()
Create a new
UnauthorizedException. |
UnauthorizedException(java.lang.String message)
Create a new
UnauthorizedException with a message. |
statuspublic UnauthorizedException()
UnauthorizedException.public UnauthorizedException(java.lang.String message)
UnauthorizedException with a message.message - An error message.