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