static UncheckedException |
UncheckedException.withoutStackTrace(String message,
Throwable cause) |
Creates a new exception with a stack trace of its own.
|
static UncheckedException |
UncheckedException.withoutStackTrace(Throwable cause) |
Creates a new exception without a stack trace of its own.
|
static UncheckedException |
UncheckedException.withStackTrace(String message,
Throwable cause) |
Creates a new exception with a stack trace of its own.
|
static UncheckedException |
UncheckedException.withStackTrace(Throwable cause) |
Creates a new exception with a stack trace of its own.
|