public class UnknownSerializedTypeException extends AxonNonTransientException
| Constructor and Description | 
|---|
UnknownSerializedTypeException(SerializedType serializedType)
Initialize the constructor with a default message, containing details of the given  
serializedType | 
UnknownSerializedTypeException(SerializedType serializedType,
                              Throwable cause)
Initialize the constructor with a default message, containing details of the given  
serializedType | 
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownSerializedTypeException(SerializedType serializedType)
serializedTypeserializedType - The serialized type of the object being deserializedpublic UnknownSerializedTypeException(SerializedType serializedType, Throwable cause)
serializedTypeserializedType - The serialized type of the object being deserializedcause - The cause of this exceptionCopyright © 2010–2018. All rights reserved.