public class AmberRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
AmberRuntimeException(java.lang.String message)
Creates the wrapper with a message.
|
AmberRuntimeException(java.lang.String message,
java.lang.Throwable e)
Creates the wrapper with a message and a root cause.
|
AmberRuntimeException(java.lang.Throwable e)
Creates the wrapper with a root cause.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.RuntimeException |
create(java.lang.Throwable e) |
public AmberRuntimeException(java.lang.String message)
public AmberRuntimeException(java.lang.String message, java.lang.Throwable e)
message
- the message.e
- the rootCause exceptionpublic AmberRuntimeException(java.lang.Throwable e)
message
- the message.e
- the rootCause exception