public class Sim0MQException extends Exception
Copyright (c) 2016-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See Sim0MQ License.
| Constructor and Description |
|---|
Sim0MQException()
Create a ZeroMQ Exception.
|
Sim0MQException(String message)
Create a ZeroMQ Exception.
|
Sim0MQException(String message,
Throwable cause)
Create a ZeroMQ Exception.
|
Sim0MQException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Create a ZeroMQ Exception.
|
Sim0MQException(Throwable cause)
Create a ZeroMQ Exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Sim0MQException()
public Sim0MQException(String message)
message - the messagepublic Sim0MQException(Throwable cause)
cause - the exception that caused the ZeroMQ exceptionpublic Sim0MQException(String message, Throwable cause)
message - the messagecause - the exception that caused the ZeroMQ exceptionpublic Sim0MQException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the exception that caused the ZeroMQ exceptionenableSuppression - to enable suppressions or notwritableStackTrace - to have a writable stack trace or notCopyright © 2016–2019 Delft University of Technology. All rights reserved.