public class InternalServerErrorException extends ServerErrorException
internal server error.| Constructor and Description |
|---|
InternalServerErrorException()
Construct a new internal server error exception.
|
InternalServerErrorException(Response response)
Construct a new internal server error exception.
|
InternalServerErrorException(Response response,
Throwable cause)
Construct a new internal server error exception.
|
InternalServerErrorException(Throwable cause)
Construct a new internal server error exception.
|
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerErrorException()
public InternalServerErrorException(Response response) throws IllegalArgumentException
response - internal server error response.IllegalArgumentException - in case the status code set in the response
is not HTTP 500.public InternalServerErrorException(Throwable cause)
cause - the underlying cause of the exception.public InternalServerErrorException(Response response, Throwable cause) throws IllegalArgumentException
response - internal server error response.cause - the underlying cause of the exception.IllegalArgumentException - in case the status code set in the response
is not HTTP 500.Copyright © 2013. All Rights Reserved.