Class RuntimeIoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.plugins.pipeline.maven.db.util.RuntimeIoException
All Implemented Interfaces:
Serializable

public class RuntimeIoException extends RuntimeException
We prefer RuntimeException to catched exceptions.
Author:
Cyrille Le Clerc
See Also:
  • Constructor Details

    • RuntimeIoException

      public RuntimeIoException()
    • RuntimeIoException

      public RuntimeIoException(String message)
    • RuntimeIoException

      public RuntimeIoException(String message, Throwable cause)
    • RuntimeIoException

      public RuntimeIoException(Throwable cause)
    • RuntimeIoException

      public RuntimeIoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)