org.eclipse.lyo.server.oauth.core.utils
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.server.oauth.core.utils.RestException
org.eclipse.lyo.server.oauth.core.utils.UnauthorizedException
- All Implemented Interfaces:
- Serializable
public class UnauthorizedException
- extends RestException
Corresponds to an HTTP 401 response.
- Author:
- Samuel Padgett
- See Also:
- Serialized Form
UnauthorizedException
public UnauthorizedException()
UnauthorizedException
public UnauthorizedException(String message)
UnauthorizedException
public UnauthorizedException(Throwable t)
Copyright © 2014. All Rights Reserved.