public class EBRetryCancelledException extends EBRetryException
error, retry
Constructor and Description |
---|
EBRetryCancelledException() |
EBRetryCancelledException(Object error,
EBRetry retry) |
EBRetryCancelledException(String message) |
EBRetryCancelledException(String message,
Object error,
EBRetry retry) |
EBRetryCancelledException(String message,
Throwable cause) |
EBRetryCancelledException(String message,
Throwable cause,
Object error,
EBRetry retry) |
EBRetryCancelledException(Throwable cause) |
EBRetryCancelledException(Throwable cause,
Object error,
EBRetry retry) |
getCause, getError, getErrorCauseIfAny, getRetry, updateCauseIfApplicable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EBRetryCancelledException()
public EBRetryCancelledException(String message)
public EBRetryCancelledException(Throwable cause)
public EBRetryCancelledException(String message, Object error, EBRetry retry)
public EBRetryCancelledException(String message, Throwable cause, Object error, EBRetry retry)
Copyright © 2016. All rights reserved.