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, setResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2018 JBoss by Red Hat. All rights reserved.