Class SerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.djutils.serialization.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException
extends Exception
Exception for the DSOL ZeroMQ bridge.

Copyright (c) 2019-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Version:
$Revision$, $LastChangedDate$, by $Author$,
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
Serialized Form
  • Constructor Details

    • SerializationException

      public SerializationException()
      Create a serialization exception.
    • SerializationException

      public SerializationException​(String message)
      Create a serialization exception.
      Parameters:
      message - the message
    • SerializationException

      public SerializationException​(Throwable cause)
      Create a serialization exception.
      Parameters:
      cause - the exception that caused the serialization exception
    • SerializationException

      public SerializationException​(String message, Throwable cause)
      Create a serialization exception.
      Parameters:
      message - the message
      cause - the exception that caused the serialization exception
    • SerializationException

      public SerializationException​(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Create a serialization exception.
      Parameters:
      message - the message
      cause - the exception that caused the serialization exception
      enableSuppression - to enable suppressions or not
      writableStackTrace - to have a writable stack trace or not