Class RepositoryContextTypeDisabledException

All Implemented Interfaces:
Serializable

public class RepositoryContextTypeDisabledException extends RepositoryItemRuntimeException
Thrown when an action cannot be completed because the context type is disabled.
Since:
2.2.1
See Also:
  • Constructor Details

    • RepositoryContextTypeDisabledException

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