Class StreamException

All Implemented Interfaces:
Serializable

public class StreamException extends RuntimeException
Runtime exception when dealing with I/O streams.
See Also:
  • Constructor Details

    • StreamException

      public StreamException()
    • StreamException

      public StreamException(String message)
    • StreamException

      public StreamException(Throwable cause)
    • StreamException

      public StreamException(String message, Throwable cause)