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
ConstructorsConstructorDescriptionThreadContextExecutionException(String message) Initializes a newThreadContextExecutionExceptioninstance.ThreadContextExecutionException(String message, Throwable cause) Initializes a newThreadContextExecutionExceptioninstance.Initializes a newThreadContextExecutionExceptioninstance. -
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 newThreadContextExecutionExceptioninstance.- Parameters:
message- The exception message.
-
ThreadContextExecutionException
Initializes a newThreadContextExecutionExceptioninstance.- Parameters:
cause- The exception cause.
-
ThreadContextExecutionException
Initializes a newThreadContextExecutionExceptioninstance.- Parameters:
message- The exception message.cause- The exception cause.
-
ThreadContextExecutionException
public ThreadContextExecutionException()
-