Class IORuntimeException

    • Constructor Detail

      • IORuntimeException

        public IORuntimeException​(Throwable e)
      • IORuntimeException

        public IORuntimeException​(String message)
      • IORuntimeException

        public IORuntimeException​(String template,
                                  Object... params)
      • IORuntimeException

        public IORuntimeException​(String message,
                                  Throwable throwable)
      • IORuntimeException

        public IORuntimeException​(Throwable throwable,
                                  String template,
                                  Object... params)
    • Method Detail

      • isCauseInstanceOf

        public boolean isCauseInstanceOf​(Class<? extends Throwable> clazz)