public class KernelException
extends java.lang.Exception
Constructor and Description |
---|
KernelException()
Construct a kernel exception with no information.
|
KernelException(java.lang.String msg)
Construct a kernel exception with an error message.
|
KernelException(java.lang.String msg,
java.lang.Throwable cause)
Construct a kernel exception with an error message and an underlying cause.
|
KernelException(java.lang.Throwable cause)
Construct a kernel exception that was caused by another exception.
|
public KernelException()
public KernelException(java.lang.String msg)
msg
- The error message.public KernelException(java.lang.Throwable cause)
cause
- The cause of this exception.public KernelException(java.lang.String msg, java.lang.Throwable cause)
msg
- The error message.cause
- The cause of this exception.