Class NoRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cds.services.utils.lib.tools.impl.NoRetryException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoRetryException(ServiceResponse<?> response) NoRetryException(String message, ServiceResponse<?> response) NoRetryException(String message, Throwable cause, ServiceResponse<?> response) NoRetryException(Throwable cause, ServiceResponse<?> response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoRetryException
-
NoRetryException
-
NoRetryException
-
NoRetryException
-
-
Method Details
-
getResponse
-