public class InternalServerException extends WebserviceException
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.http.HttpStatus |
STATUS |
| Constructor and Description |
|---|
InternalServerException(Map<String,String> details) |
InternalServerException(Map<String,String> details,
String messageFormat,
Object... args) |
InternalServerException(Map<String,String> details,
Throwable cause) |
InternalServerException(Map<String,String> details,
Throwable cause,
String messageFormat,
Object... args) |
InternalServerException(String messageFormat,
Object... args) |
InternalServerException(Throwable cause) |
InternalServerException(Throwable cause,
String messageFormat,
Object... args) |
getDetails, getStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InternalServerException(Throwable cause)
public InternalServerException(Throwable cause, String messageFormat, Object... args)
public InternalServerException(Map<String,String> details, String messageFormat, Object... args)
Copyright © 2015. All rights reserved.