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
public abstract class StorageHubException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageHubException()StorageHubException(String message)StorageHubException(String message, Throwable cause)StorageHubException(Throwable cause)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetErrorMessage()abstract intgetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorMessage
public abstract String getErrorMessage()
-
getStatus
public abstract int getStatus()
-
-