Class ItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.WorkspaceException
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.ItemNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ItemNotFoundException extends WorkspaceException
The Class ItemNotFoundException.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemNotFoundException(String message)Instantiates a new item not found exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ItemNotFoundException
public ItemNotFoundException(String message)
Instantiates a new item not found exception.- Parameters:
message- the exception message.
-
-