Package io.activej.common.exception
Class InvalidSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.activej.common.exception.MalformedDataException
io.activej.common.exception.InvalidSizeException
- All Implemented Interfaces:
Serializable
An exception that represents either malformed or improper size
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSizeException(String message) InvalidSizeException(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
-
InvalidSizeException
public InvalidSizeException() -
InvalidSizeException
-
InvalidSizeException
-