@Deprecated public class NotFoundException extends Failure
(https://jcp.org/en/jsr/detail?id=339)
,
NotFoundException
,
Serialized FormConstructor and Description |
---|
NotFoundException(String s)
Deprecated.
|
NotFoundException(String s,
javax.ws.rs.core.Response response)
Deprecated.
|
NotFoundException(String s,
Throwable throwable)
Deprecated.
|
NotFoundException(String s,
Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
NotFoundException(Throwable throwable)
Deprecated.
|
NotFoundException(Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException(String s)
public NotFoundException(String s, javax.ws.rs.core.Response response)
public NotFoundException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public NotFoundException(Throwable throwable)
public NotFoundException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2016 JBoss by Red Hat. All rights reserved.