org.axonframework.serializer
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.serializer.SerializationException
- All Implemented Interfaces:
- Serializable
public class SerializationException
- extends AxonNonTransientException
Indicates that an exception occurred while serializing or deserializing an object.
- Since:
- 0.6
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerializationException
public SerializationException(String message)
- Initializes the exception using the given
message
.
- Parameters:
message
- The message describing the exception
SerializationException
public SerializationException(String message,
Throwable cause)
- Initializes the exception using the given
message
and cause
.
- Parameters:
message
- The message describing the exceptioncause
- The underlying cause of the exception
Copyright © 2010-2016. All Rights Reserved.