public class DaemonInitException
extends java.lang.Exception
| Constructor and Description |
|---|
DaemonInitException(java.lang.String message)
Constructs a new exception with the given message.
|
DaemonInitException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given detail and cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessageWithCause()
Gets the message with the cause as a postfix.
|
public DaemonInitException(java.lang.String message)
message - the detail message accessible with Throwable.getMessage().public DaemonInitException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message accessible with Throwable.getMessage().cause - the cause accessible with Throwable.getCause().