Class IdsNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.internal.api.security.exception.IdsNotFoundException
All Implemented Interfaces:
Serializable

public class IdsNotFoundException extends RuntimeException
Exception is thrown on attempt to update space filter list with space IDs that are not present in the database
Since:
9.2.7
See Also:
  • Constructor Details

    • IdsNotFoundException

      public IdsNotFoundException(String message, Set<Long> missedIds)
  • Method Details

    • getMissedIds

      public Set<Long> getMissedIds()