| Package | Description |
|---|---|
| org.osgl.mvc.result |
| Modifier and Type | Method and Description |
|---|---|
static ServerError |
ServerError.of(int errorCode,
String message,
Object... args)
Deprecated.
Returns a static ServerError instance and set the
Result.payload thread local with message specified. |
static ServerError |
ServerError.of(int errorCode,
Throwable cause,
String message,
Object... args)
Deprecated.
Returns a static ServerError instance and set the
Result.payload thread local with message specified, and store the cause specified into the Result.payload thread local |
static ServerError |
ServerError.of(String message,
Object... args)
Deprecated.
Returns a static ServerError instance and set the
Result.payload thread local with message specified. |
static ServerError |
ServerError.of(Throwable cause,
String message,
Object... args)
Deprecated.
Returns a static ServerError instance and set the
Result.payload thread local with message specified, and store the cause specified into the Result.payload thread local |
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.