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 |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownSerializedTypeException(SerializedType serializedType)
serializedType
serializedType
- The serialized type of the object being deserializedpublic UnknownSerializedTypeException(SerializedType serializedType, Throwable cause)
serializedType
serializedType
- The serialized type of the object being deserializedcause
- The cause of this exceptionCopyright © 2010–2017. All rights reserved.