public class InternalServerErrorException extends LoggableFailure
Constructor and Description |
---|
InternalServerErrorException(String s) |
InternalServerErrorException(String s,
javax.ws.rs.core.Response response) |
InternalServerErrorException(String s,
Throwable throwable) |
InternalServerErrorException(String s,
Throwable throwable,
javax.ws.rs.core.Response response) |
InternalServerErrorException(Throwable throwable) |
InternalServerErrorException(Throwable throwable,
javax.ws.rs.core.Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InternalServerErrorException(String s)
public InternalServerErrorException(String s, javax.ws.rs.core.Response response)
public InternalServerErrorException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public InternalServerErrorException(Throwable throwable)
public InternalServerErrorException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2017. All rights reserved.