Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends SAMException
Thrown by various IO classes to indicate IOException without having to clutter the API with throws clauses
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException()
    • RuntimeIOException

      public RuntimeIOException(String s)
    • RuntimeIOException

      public RuntimeIOException(String s, Throwable throwable)
    • RuntimeIOException

      public RuntimeIOException(Throwable throwable)