public final class HMDemandRideNotFoundException extends HMDemandException
Modifier and Type | Method and Description |
---|---|
static HMDemandRideNotFoundException |
newRideIDInvalidInstance(String message,
Throwable internalCause)
Creates a new
HMDemandRideNotFoundException with this#ERROR_CODE_RIDE_ID_INVALID code. |
static HMDemandRideNotFoundException |
newRideNotFoundInstance(String message,
Throwable internalCause)
Creates a new
HMDemandRideNotFoundException with this#ERROR_CODE_RIDE_NOT_FOUND code. |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static HMDemandRideNotFoundException newRideNotFoundInstance(String message, Throwable internalCause)
HMDemandRideNotFoundException
with this#ERROR_CODE_RIDE_NOT_FOUND
code.public static HMDemandRideNotFoundException newRideIDInvalidInstance(String message, Throwable internalCause)
HMDemandRideNotFoundException
with this#ERROR_CODE_RIDE_ID_INVALID
code.