| Package | Description |
|---|---|
| org.osgl.mvc.result |
| Modifier and Type | Field and Description |
|---|---|
static NotImplemented |
NotImplemented.INSTANCE
The static instance of NotImplemented result.
|
| Modifier and Type | Method and Description |
|---|---|
static NotImplemented |
NotImplemented.get()
Returns a static NotImplemented instance and set the
Result.payload thread local
with default message. |
static NotImplemented |
NotImplemented.of(int errorCode)
Returns a static NotImplemented instance and set the
Result.payload thread local
with default message. |
static NotImplemented |
NotImplemented.of(String message,
Object... args)
Returns a static NotImplemented instance and set the
Result.payload thread local
with message specified. |
static NotImplemented |
NotImplemented.of(Throwable cause)
Returns a static NotImplemented instance and set the
Result.payload thread local
with message specified. |
static NotImplemented |
NotImplemented.of(Throwable cause,
String message,
Object... args)
Returns a static NotImplemented instance and set the
Result.payload thread local
with message specified. |
Copyright © 2017. All Rights Reserved.