Package io.activej.common.exception
Class TruncatedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.activej.common.exception.MalformedDataException
io.activej.common.exception.TruncatedDataException
- All Implemented Interfaces:
Serializable
An exception that represents truncated data
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTruncatedDataException(String message) TruncatedDataException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TruncatedDataException
public TruncatedDataException() -
TruncatedDataException
-
TruncatedDataException
-