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:
    Serialized Form
    • Constructor Detail

      • RuntimeIOException

        public RuntimeIOException​(IOException e)