类 SysRuntimeException

    • 构造器详细资料

      • SysRuntimeException

        public SysRuntimeException()
        Creates a new instance of RuntimeException without detail message.
      • SysRuntimeException

        public SysRuntimeException​(Throwable thr)
      • SysRuntimeException

        public SysRuntimeException​(String message,
                                   Throwable cause)
      • SysRuntimeException

        public SysRuntimeException​(String msg)
        Constructs an instance of RuntimeException with the specified detail message.
        参数:
        msg - the detail message.