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
ConstructorsConstructorDescriptionThreadContextAccessException(String message) Initializes a newThreadContextAccessExceptioninstance.ThreadContextAccessException(String message, Throwable cause) Initializes a newThreadContextAccessExceptioninstance.Initializes a newThreadContextAccessExceptioninstance. -
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 newThreadContextAccessExceptioninstance.- Parameters:
message- The exception message.
-
ThreadContextAccessException
Initializes a newThreadContextAccessExceptioninstance.- Parameters:
cause- The exception cause.
-
ThreadContextAccessException
Initializes a newThreadContextAccessExceptioninstance.- Parameters:
message- The exception message.cause- The exception cause.
-
ThreadContextAccessException
public ThreadContextAccessException()
-