Class DataSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.communication.exception.CommunicationEngineException
com.aquima.interactions.communication.exception.DataSerializationException
- All Implemented Interfaces:
Serializable
Exception for reporting errors during serialization / deserialization of Data Objects
- Since:
- 9.3
- Author:
- A.Pragt
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataSerializationException
(String message, String action) DataSerializationException
(String message, String action, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
Constructor Details
-
Method Details
-
getAction
Gets the action that was performed when this exception occurred.- Returns:
- String representing the action, either
ACTION_SERIALIZE
orACTION_DESERIALIZE
.
-