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:
  • Constructor Details

    • RuntimeEOFException

      public RuntimeEOFException()
    • RuntimeEOFException

      public RuntimeEOFException(String s)
    • RuntimeEOFException

      public RuntimeEOFException(String s, Throwable throwable)
    • RuntimeEOFException

      public RuntimeEOFException(Throwable throwable)