Class CommonRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iohao.net.common.kit.exception.CommonRuntimeException
All Implemented Interfaces:
Serializable

public class CommonRuntimeException extends RuntimeException
Common runtime exception used throughout the ionet framework.
Since:
21.14
Author:
渔民小镇
See Also:
date:
2024-08-02
  • Constructor Details

    • CommonRuntimeException

      public CommonRuntimeException(String message)
      Create a new instance with the given detail message.
      Parameters:
      message - the detail message
    • CommonRuntimeException

      public CommonRuntimeException(String message, Throwable cause)
      Create a new instance with the given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause