Class ThreadContextExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
- All Implemented Interfaces:
Serializable
Exception indicating an issue while running in a ThreadContext.
- See Also:
-
Constructor Summary
ConstructorDescriptionThreadContextExecutionException
(String message) Initializes a newThreadContextExecutionException
instance.ThreadContextExecutionException
(String message, Throwable cause) Initializes a newThreadContextExecutionException
instance.Initializes a newThreadContextExecutionException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThreadContextExecutionException
Initializes a newThreadContextExecutionException
instance.- Parameters:
message
- The exception message.
-
ThreadContextExecutionException
Initializes a newThreadContextExecutionException
instance.- Parameters:
cause
- The exception cause.
-
ThreadContextExecutionException
Initializes a newThreadContextExecutionException
instance.- Parameters:
message
- The exception message.cause
- The exception cause.
-
ThreadContextExecutionException
public ThreadContextExecutionException()
-