public class RaptureExceptionFactory
extends java.lang.Object
| Constructor and Description |
|---|
RaptureExceptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RaptureException |
create(Formattable message) |
static RaptureException |
create(Formattable message,
java.lang.Throwable cause) |
static RaptureException |
create(java.lang.Integer status,
Formattable message) |
static RaptureException |
create(java.lang.Integer status,
Formattable message,
java.lang.Throwable cause) |
static RaptureException |
create(java.lang.Integer status,
java.lang.String message)
Do not use hard codes strings.
|
static RaptureException |
create(java.lang.Integer status,
java.lang.String message,
java.lang.Throwable cause)
Do not use hard codes strings.
|
static RaptureException |
create(java.lang.String message)
Do not use hard codes strings.
|
static RaptureException |
create(java.lang.String message,
java.lang.Throwable cause)
Do not use hard codes strings.
|
public static RaptureException create(java.lang.Integer status, Formattable message, java.lang.Throwable cause)
public static RaptureException create(java.lang.Integer status, Formattable message)
public static RaptureException create(Formattable message, java.lang.Throwable cause)
public static RaptureException create(Formattable message)
public static RaptureException create(java.lang.Integer status, java.lang.String message, java.lang.Throwable cause)
public static RaptureException create(java.lang.Integer status, java.lang.String message)
public static RaptureException create(java.lang.String message)
public static RaptureException create(java.lang.String message, java.lang.Throwable cause)