Class UnsupportedThreadFactoryException

All Implemented Interfaces:
Serializable

public class UnsupportedThreadFactoryException extends NestedRuntimeException
Exception thrown when an executor is provided with an unsupported ThreadFactory. Currently, for improved performance, a MessageExecutionThreadFactory is required.
Since:
3.0
Author:
Tomaz Fernandes
See Also:
  • Constructor Details

    • UnsupportedThreadFactoryException

      public UnsupportedThreadFactoryException(String msg)
      Create an instance with the provided error message.
      Parameters:
      msg - the error message.
    • UnsupportedThreadFactoryException

      public UnsupportedThreadFactoryException(@Nullable String msg, @Nullable Throwable cause)
      Create an instance with the provided error message and cause.
      Parameters:
      msg - the error message.
      cause - the cause.