public class ItemNotFoundException extends WorkspaceInteractionException
| Constructor and Description |
|---|
ItemNotFoundException() |
ItemNotFoundException(String message) |
ItemNotFoundException(String message,
Throwable cause) |
ItemNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ItemNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ItemNotFoundException()
public ItemNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ItemNotFoundException(String message)
public ItemNotFoundException(Throwable cause)
Copyright © 2021. All Rights Reserved.