类 NoStackTraceRuntimeException

所有已实现的接口:
Serializable

public class NoStackTraceRuntimeException extends NestedRuntimeException
从以下版本开始:
4.0
作者:
TODAY 2021/7/27 20:50
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • NoStackTraceRuntimeException

      public NoStackTraceRuntimeException()
    • NoStackTraceRuntimeException

      public NoStackTraceRuntimeException(@Nullable String msg)
      Construct a NestedRuntimeException with the specified detail message.
      参数:
      msg - the detail message
    • NoStackTraceRuntimeException

      public NoStackTraceRuntimeException(@Nullable Throwable cause)
      Construct a NestedRuntimeException with the specified nested exception.
      参数:
      cause - the nested exception
    • NoStackTraceRuntimeException

      public NoStackTraceRuntimeException(@Nullable String msg, @Nullable Throwable cause)
      Construct a NestedRuntimeException with the specified detail message and nested exception.
      参数:
      msg - the detail message
      cause - the nested exception
  • 方法详细资料