@Deprecated public class NotFoundException extends Failure
(https://jcp.org/en/jsr/detail?id=339),
NotFoundException,
Serialized Form| Constructor and Description |
|---|
NotFoundException(java.lang.String s)
Deprecated.
|
NotFoundException(java.lang.String s,
javax.ws.rs.core.Response response)
Deprecated.
|
NotFoundException(java.lang.String s,
java.lang.Throwable throwable)
Deprecated.
|
NotFoundException(java.lang.String s,
java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
NotFoundException(java.lang.Throwable throwable)
Deprecated.
|
NotFoundException(java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponsepublic NotFoundException(java.lang.String s)
public NotFoundException(java.lang.String s,
javax.ws.rs.core.Response response)
public NotFoundException(java.lang.String s,
java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
public NotFoundException(java.lang.String s,
java.lang.Throwable throwable)
public NotFoundException(java.lang.Throwable throwable)
public NotFoundException(java.lang.Throwable throwable,
javax.ws.rs.core.Response response)