Package org.sim0mq

Class Sim0MQRuntimeException

All Implemented Interfaces:
Serializable

public class Sim0MQRuntimeException extends RuntimeException
Runtime Exception for the DSOL ZeroMQ bridge.

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

$LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Mar 1, 2017
Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • Sim0MQRuntimeException

      public Sim0MQRuntimeException()
      Create a ZeroMQ Exception.
    • Sim0MQRuntimeException

      public Sim0MQRuntimeException(String message)
      Create a ZeroMQ Exception.
      Parameters:
      message - the message
    • Sim0MQRuntimeException

      public Sim0MQRuntimeException(Throwable cause)
      Create a ZeroMQ Exception.
      Parameters:
      cause - the exception that caused the ZeroMQ exception
    • Sim0MQRuntimeException

      public Sim0MQRuntimeException(String message, Throwable cause)
      Create a ZeroMQ Exception.
      Parameters:
      message - the message
      cause - the exception that caused the ZeroMQ exception
    • Sim0MQRuntimeException

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