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

public class ThreadContextPropertyException extends RuntimeException
Exception indicating an issue with a ThreadContext property.
See Also:
  • Constructor Details

    • ThreadContextPropertyException

      public ThreadContextPropertyException(@Nullable String message)
      Initializes a new ThreadContextPropertyException instance.
      Parameters:
      message - The exception message.
    • ThreadContextPropertyException

      public ThreadContextPropertyException(@Nullable Throwable cause)
      Initializes a new ThreadContextPropertyException instance.
      Parameters:
      cause - The exception cause.
    • ThreadContextPropertyException

      public ThreadContextPropertyException(@Nullable String message, @Nullable Throwable cause)
      Initializes a new ThreadContextPropertyException instance.
      Parameters:
      message - The exception message.
      cause - The exception cause.
    • ThreadContextPropertyException

      public ThreadContextPropertyException()