Package tigase.kernel

Class KernelException

All Implemented Interfaces:
Serializable

public class KernelException extends RuntimeException
See Also:
  • Constructor Details

    • KernelException

      public KernelException()
    • KernelException

      public KernelException(String message)
    • KernelException

      public KernelException(String message, Throwable cause)
    • KernelException

      public KernelException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • KernelException

      public KernelException(Throwable cause)