BookmarkNotFoundException
Indicates that a bookmark cannot be found.
API
BookmarkNotFoundException.java
class BookmarkNotFoundException {
BookmarkNotFoundException(String msg)
BookmarkNotFoundException(TranslatableString translatableMessage, Class<?> translationContextClass, String translationContextMethod)
BookmarkNotFoundException(Throwable cause)
BookmarkNotFoundException(String msg, Throwable cause)
BookmarkNotFoundException(TranslatableString translatableMessage, Class<?> translationContextClass, String translationContextMethod, Throwable cause)
}