Class KernelException

All Implemented Interfaces:
Serializable

public class KernelException extends RuntimeException
Represents a kernel-level error, usually encapsulating an IOException as its cause.
See Also:
  • Constructor Details

    • KernelException

      public KernelException(String message, Throwable cause)
    • KernelException

      public KernelException(String message)