Package org.sim0mq

Class Sim0MQException

  • All Implemented Interfaces:
    Serializable

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

    Copyright (c) 2016-2020 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:
    Serialized Form
    • Constructor Detail

      • Sim0MQException

        public Sim0MQException()
        Create a ZeroMQ Exception.
      • Sim0MQException

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

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

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

        public Sim0MQException​(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