Class ThreadContextPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ThreadContextPropertyNotFoundException
Exception indicating an issue with a ThreadContext property.
- See Also:
-
Constructor Summary
ConstructorDescriptionThreadContextPropertyException
(String message) Initializes a newThreadContextPropertyException
instance.ThreadContextPropertyException
(String message, Throwable cause) Initializes a newThreadContextPropertyException
instance.Initializes a newThreadContextPropertyException
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
-
ThreadContextPropertyException
Initializes a newThreadContextPropertyException
instance.- Parameters:
message
- The exception message.
-
ThreadContextPropertyException
Initializes a newThreadContextPropertyException
instance.- Parameters:
cause
- The exception cause.
-
ThreadContextPropertyException
Initializes a newThreadContextPropertyException
instance.- Parameters:
message
- The exception message.cause
- The exception cause.
-
ThreadContextPropertyException
public ThreadContextPropertyException()
-