public class BMQException extends RuntimeException
RuntimeException
which is raised when any failure happens during BlazingMQ SDK call
execution.Constructor and Description |
---|
BMQException(Exception ex) |
BMQException(Exception ex,
ResultCodes.GenericCode code) |
BMQException(String message) |
BMQException(String message,
ResultCodes.GenericCode code) |
BMQException(String message,
Throwable cause) |
BMQException(String message,
Throwable cause,
ResultCodes.GenericCode code) |
Modifier and Type | Method and Description |
---|---|
ResultCodes.GenericCode |
code() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BMQException(Exception ex)
public BMQException(String message)
public BMQException(Exception ex, ResultCodes.GenericCode code)
public BMQException(String message, ResultCodes.GenericCode code)
public BMQException(String message, Throwable cause, ResultCodes.GenericCode code)
public ResultCodes.GenericCode code()
Copyright © 2023 Bloomberg L.P.. All rights reserved.