Class LineTooLongException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
edu.stanford.slac.archiverappliance.PB.utils.LineTooLongException
All Implemented Interfaces:
Serializable

public class LineTooLongException extends IOException
An exception thrown by the LineByteStream when we encounter lines that are too long. The LineByteStream can handle lines of any size; however to prevent infinite loops and such we have a safety factor If a lines is longer than this safety factor, this exception is thrown.
Author:
mshankar
See Also:
  • Constructor Details

    • LineTooLongException

      public LineTooLongException(String message)