public class SdkRuntimeException extends RuntimeException
Parent class of BmcException
, as well as any RuntimeException
that is defined for
use by the ResponseErrorRuntimeExceptionFactory
injected into ClientCall
.
Constructor and Description |
---|
SdkRuntimeException() |
SdkRuntimeException(String message) |
SdkRuntimeException(String message,
Throwable cause) |
SdkRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SdkRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SdkRuntimeException()
public SdkRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public SdkRuntimeException(String message)
public SdkRuntimeException(Throwable cause)
Copyright © 2016–2024. All rights reserved.