Class UnknownWorkerKindException

All Implemented Interfaces:
Serializable

public class UnknownWorkerKindException extends UncheckedDeephavenException
Exception thrown when an invalid worker kind is specified.
See Also:
  • Constructor Details

    • UnknownWorkerKindException

      public UnknownWorkerKindException(String message, String workerKind)
  • Method Details

    • getWorkerKind

      public String getWorkerKind()