Class RepositoryItemIllegalStateException

All Implemented Interfaces:
Serializable

public class RepositoryItemIllegalStateException extends RepositoryItemRuntimeException
Thrown when an action cannot be completed because the item is in an invalid state.
Since:
2.1
See Also:
  • Constructor Details

    • RepositoryItemIllegalStateException

      public RepositoryItemIllegalStateException(String path, String message)
      Constructs a RepositoryItemIllegalStateException with the specified message.
      Parameters:
      path - The path to the repository item.
      message - The detail message (which is saved for later retrieval by AbstractRuntimeException.getMessage()).