public class RunLevelException extends HK2RuntimeException
RunLevelController
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
For serialization
|
Constructor and Description |
---|
RunLevelException()
Basic no-args constructor
|
RunLevelException(java.lang.String message)
Exception with message
|
RunLevelException(java.lang.String message,
java.lang.Throwable origin)
Exception with message and origin
|
RunLevelException(java.lang.Throwable origin)
Exception with origin
|
private static final long serialVersionUID
public RunLevelException()
public RunLevelException(java.lang.String message)
message
- The message to be associated with this exceptionpublic RunLevelException(java.lang.Throwable origin)
origin
- The exception that caused the exceptionpublic RunLevelException(java.lang.String message, java.lang.Throwable origin)
message
- The message to be associated with this exceptionorigin
- The exception that caused the exception