Package com.oracle.bmc.model
Class SdkRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.oracle.bmc.model.SdkRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BmcException
public class SdkRuntimeException extends RuntimeException
Parent class ofBmcException
, as well as anyRuntimeException
that is defined for use by theResponseErrorRuntimeExceptionFactory
injected intoClientCall
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SdkRuntimeException()
SdkRuntimeException(String message)
SdkRuntimeException(String message, Throwable cause)
SdkRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
SdkRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SdkRuntimeException
public SdkRuntimeException()
-
SdkRuntimeException
public SdkRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
SdkRuntimeException
public SdkRuntimeException(String message)
-
SdkRuntimeException
public SdkRuntimeException(Throwable cause)
-
-