Class RuntimeEOFException

  • All Implemented Interfaces:
    Serializable

    public class RuntimeEOFException
    extends SAMException
    Thrown by various codecs to indicate EOF without having to clutter the API with throws clauses
    See Also:
    Serialized Form
    • Constructor Detail

      • RuntimeEOFException

        public RuntimeEOFException()
      • RuntimeEOFException

        public RuntimeEOFException​(String s)
      • RuntimeEOFException

        public RuntimeEOFException​(String s,
                                   Throwable throwable)
      • RuntimeEOFException

        public RuntimeEOFException​(Throwable throwable)