public class ResilienceRuntimeException extends RuntimeException
Constructor and Description |
---|
ResilienceRuntimeException() |
ResilienceRuntimeException(String message)
Throw exception with custom string message.
|
ResilienceRuntimeException(String message,
Throwable cause)
Throw exception with custom string message and another caused-by exception.
|
ResilienceRuntimeException(Throwable cause)
Throw exception with another caused-by exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResilienceRuntimeException(@Nullable Throwable cause)
cause
- Exception to use as cause.public ResilienceRuntimeException(@Nullable String message)
message
- User message to add to the exception.public ResilienceRuntimeException(@Nullable String message, @Nullable Throwable cause)
message
- User message to add to the exception.cause
- Exception to use as cause.public ResilienceRuntimeException()
Copyright © 2020 SAP SE. All rights reserved.