@Deprecated public class NotFoundException extends Failure
jaxrs-api
,
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 © 2015 JBoss by Red Hat. All rights reserved.