Class NoSuchEntityException

All Implemented Interfaces:
Serializable

public class NoSuchEntityException extends ServiceDeskServiceException
A generic exception thrown by Jira Service Management when an Entity required for an operation can't be found
See Also:
  • Constructor Details

    • NoSuchEntityException

      public NoSuchEntityException(@Nonnull ExceptionMessage message)
    • NoSuchEntityException

      public NoSuchEntityException(@Nonnull ExceptionMessage message, @Nullable Throwable cause)