Package io.nuun.kernel.core
Class KernelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.nuun.kernel.core.KernelException
-
- All Implemented Interfaces:
Serializable
public class KernelException extends RuntimeException
- Author:
- Epo Jemba
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KernelException()KernelException(String message, Object... params)KernelException(String message, Throwable cause)KernelException(String message, Throwable cause, Object... params)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-