Class SerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.eventstreamrpc.SerializationException
-
- All Implemented Interfaces:
Serializable
public class SerializationException extends RuntimeException
Thrown when a serialization exception occurs- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationException(Object object)
Creates a new serlization exceptionSerializationException(Object object, Throwable cause)
Creates a new serlization exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SerializationException
public SerializationException(Object object)
Creates a new serlization exception- Parameters:
object
- The object that caused the serlization exception
-
-