org.eclipse.lyo.server.oauth.core.utils
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.lyo.server.oauth.core.utils.RestException
              extended by 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

Constructor Summary
UnauthorizedException()
           
UnauthorizedException(String message)
           
UnauthorizedException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.eclipse.lyo.server.oauth.core.utils.RestException
getMessage, getStatusCode, setMessage, setStatusCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedException

public UnauthorizedException()

UnauthorizedException

public UnauthorizedException(String message)

UnauthorizedException

public UnauthorizedException(Throwable t)


Copyright © 2013. All Rights Reserved.