Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.datatype.InvalidDataException
- All Implemented Interfaces:
Serializable
Unchecked exception indicating that binary data could not be parsed as a
value.
- Since:
- 5.7
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDataException
(Exception cause) Constructor.InvalidDataException
(String message) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataException
Constructor.- Parameters:
cause
- chained exception
-
InvalidDataException
Constructor.- Parameters:
message
- detail message
-