public class InternalServerErrorException extends ServerErrorException
| Constructor and Description |
|---|
InternalServerErrorException() |
InternalServerErrorException(Response response) |
InternalServerErrorException(Response response,
Throwable cause) |
InternalServerErrorException(String message) |
InternalServerErrorException(String message,
Response response) |
InternalServerErrorException(String message,
Response response,
Throwable cause) |
InternalServerErrorException(String message,
Throwable cause) |
InternalServerErrorException(Throwable cause) |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerErrorException()
public InternalServerErrorException(String message)
public InternalServerErrorException(Response response)
public InternalServerErrorException(Throwable cause)
public InternalServerErrorException(Response response, Throwable cause)
Copyright © 2018 The Apache Software Foundation. All rights reserved.