org.cruxframework.crux.core.server.rest.spi
Class NotFoundException
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.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends RestFailure
Thrown when HTTP Not Found (404) is encountered
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException(String s)
NotFoundException
public NotFoundException(String s,
Throwable throwable)
NotFoundException
public NotFoundException(String s,
String resp,
Throwable throwable)
NotFoundException
public NotFoundException(String s,
String resp)
NotFoundException
public NotFoundException(Throwable throwable)
Copyright © 2015. All rights reserved.