public class InternalServerException extends Exception
| Constructor and description |
|---|
InternalServerException
(Throwable e) |
InternalServerException
(String message) |
InternalServerException
(String message, int statusCode) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Throwable |
getCause() |
|
public int |
getStatusCode() |
|
public static HttpClientException |
wrap(Exception e) |
| Methods inherited from class | Name |
|---|---|
class Exception |
printStackTrace, printStackTrace, printStackTrace, getStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |