Class ThreadContextPropertyNotFoundException

All Implemented Interfaces:
Serializable

public class ThreadContextPropertyNotFoundException extends ThreadContextPropertyException
Exception indicating a ThreadContext property not being found.
See Also:
  • Constructor Details

    • ThreadContextPropertyNotFoundException

      public ThreadContextPropertyNotFoundException(@Nonnull String propertyName)
      Default constructor.
      Parameters:
      propertyName - Property name not found.
    • ThreadContextPropertyNotFoundException

      public ThreadContextPropertyNotFoundException()