Class IORuntimeException

All Implemented Interfaces:
Serializable

public class IORuntimeException extends RuntimeException
Author:
Eike Stepper
See Also:
  • Constructor Details

    • IORuntimeException

      public IORuntimeException()
    • IORuntimeException

      public IORuntimeException(String message)
    • IORuntimeException

      public IORuntimeException(Throwable cause)
    • IORuntimeException

      public IORuntimeException(String message, Throwable cause)
  • Method Details