Class TruncatedDataException

All Implemented Interfaces:
Serializable

public class TruncatedDataException extends MalformedDataException
An exception that represents truncated data
See Also:
  • Constructor Details

    • TruncatedDataException

      public TruncatedDataException()
    • TruncatedDataException

      public TruncatedDataException(String message)
    • TruncatedDataException

      public TruncatedDataException(String message, Throwable cause)