Class TooMuchDataException

All Implemented Interfaces:
Serializable

public class TooMuchDataException extends IOException
Thrown by message listeners if an input stream provides more data than the listener can handle.
Author:
Jeff Schnitzer
See Also:
  • Constructor Details

    • TooMuchDataException

      public TooMuchDataException()
    • TooMuchDataException

      public TooMuchDataException(String message)