Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends SignatureException
Wrapper for IOExceptions in situations where there is no reason to assume an IOException can occur (e.g. memory representations of streams).
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(IOException e)