org.cruxframework.crux.core.server.rest.spi
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cruxframework.crux.core.server.rest.spi.RestFailure
org.cruxframework.crux.core.server.rest.spi.UnauthorizedException
- All Implemented Interfaces:
- Serializable
public class UnauthorizedException
- extends RestFailure
Thrown when HTTP Unauthorized (401) is encountered
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnauthorizedException
public UnauthorizedException(String s)
UnauthorizedException
public UnauthorizedException(String s,
Throwable throwable)
UnauthorizedException
public UnauthorizedException(String s,
String resp,
Throwable throwable)
UnauthorizedException
public UnauthorizedException(String s,
String resp)
UnauthorizedException
public UnauthorizedException(Throwable throwable)
Copyright © 2015. All rights reserved.