Class ThreadContextAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
- All Implemented Interfaces:
Serializable
Exception indicating an issue while accessing a ThreadContext.
- See Also:
-
Constructor Summary
ConstructorDescriptionThreadContextAccessException
(String message) Initializes a newThreadContextAccessException
instance.ThreadContextAccessException
(String message, Throwable cause) Initializes a newThreadContextAccessException
instance.Initializes a newThreadContextAccessException
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
-
ThreadContextAccessException
Initializes a newThreadContextAccessException
instance.- Parameters:
message
- The exception message.
-
ThreadContextAccessException
Initializes a newThreadContextAccessException
instance.- Parameters:
cause
- The exception cause.
-
ThreadContextAccessException
Initializes a newThreadContextAccessException
instance.- Parameters:
message
- The exception message.cause
- The exception cause.
-
ThreadContextAccessException
public ThreadContextAccessException()
-