public class NotFoundException extends ClientErrorException
not found on the server.| Constructor and Description |
|---|
NotFoundException()
Construct a new "not found" exception.
|
NotFoundException(Response response)
Construct a new "not found" exception.
|
NotFoundException(Response response,
java.lang.Throwable cause)
Construct a new "not found" exception.
|
NotFoundException(java.lang.Throwable cause)
Construct a new "not found" exception.
|
getResponsepublic NotFoundException()
public NotFoundException(Response response)
response - error response.java.lang.IllegalArgumentException - in case the status code set in the response
is not HTTP 404.public NotFoundException(java.lang.Throwable cause)
cause - the underlying cause of the exception.public NotFoundException(Response response, java.lang.Throwable cause)
response - error response.cause - the underlying cause of the exception.java.lang.IllegalArgumentException - in case the status code set in the response
is not HTTP 404.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.