Class DeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.eventstreamrpc.DeserializationException
-
- All Implemented Interfaces:
Serializable
public class DeserializationException extends RuntimeException
Thrown when a deserialization exception occurs- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeserializationException(Object lexicalData)
Creates a new DeserializationException from the given dataDeserializationException(Object lexicalData, Throwable cause)
Creates a new DeserializationException from the given data
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeserializationException
public DeserializationException(Object lexicalData)
Creates a new DeserializationException from the given data- Parameters:
lexicalData
- The data that could not be deserialized
-
-