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