Class StorageHubException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.common.storagehub.model.exceptions.StorageHubException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BackendGenericError,IdNotFoundException,InvalidCallParameters,InvalidItemException,ItemAlreadyExistsException,ItemLockedException,NotFoundException,PluginInitializationException,PluginNotFoundException,StorageIdNotFoundException,UserNotAuthorizedException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageHubException(String message) StorageHubException(String message, Throwable cause) StorageHubException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageHubException
public StorageHubException() -
StorageHubException
-
StorageHubException
-
StorageHubException
-
-
Method Details
-
getErrorMessage
-
getStatus
public abstract int getStatus()
-