Class WorkspaceFolderNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.WorkspaceException
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.WorkspaceFolderNotFoundException
-
- All Implemented Interfaces:
Serializable
public class WorkspaceFolderNotFoundException extends WorkspaceException
The Class WorkspaceFolderNotFoundException.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkspaceFolderNotFoundException(String msg)Instantiates a new workspace folder 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
-
WorkspaceFolderNotFoundException
public WorkspaceFolderNotFoundException(String msg)
Instantiates a new workspace folder not found exception.- Parameters:
msg- the exception message.
-
-