Class 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:
  • Constructor Details

    • 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 exception
      cause - The underlying cause of the exception