Class DataTooLargeException

All Implemented Interfaces:
Serializable

public class DataTooLargeException extends SeedFormatException
See Also:
  • Constructor Details

    • DataTooLargeException

      public DataTooLargeException()
    • DataTooLargeException

      public DataTooLargeException(String s)
    • DataTooLargeException

      public DataTooLargeException(Throwable cause)
    • DataTooLargeException

      public DataTooLargeException(String s, Throwable cause)
    • DataTooLargeException

      public DataTooLargeException(String s, DataHeader header)
    • DataTooLargeException

      public DataTooLargeException(Throwable cause, DataHeader header)
    • DataTooLargeException

      public DataTooLargeException(String s, Throwable cause, DataHeader header)