Class DictionaryNotFoundException

All Implemented Interfaces:
Serializable

public class DictionaryNotFoundException extends RepositoryException
Exception thrown when a dictionary does not exist in a repository.
See Also:
  • Constructor Details

    • DictionaryNotFoundException

      public DictionaryNotFoundException(String name)
    • DictionaryNotFoundException

      public DictionaryNotFoundException(String name, Throwable t)