-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CourierException extends Throwable
-
-
Constructor Summary
Constructors Constructor Description CourierException(Integer reasonCode, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description final IntegergetReasonCode()StringgetMessage()ThrowablegetCause()-
Methods inherited from class com.gojek.mqtt.exception.CourierException
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getReasonCode
final Integer getReasonCode()
-
getMessage
String getMessage()
-
-
-
-