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