Class BackendGenericError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.BackendGenericError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackendGenericError(int status) BackendGenericError(String message) BackendGenericError(String message, Throwable cause) BackendGenericError(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
-
BackendGenericError
public BackendGenericError() -
BackendGenericError
public BackendGenericError(int status) -
BackendGenericError
-
BackendGenericError
-
BackendGenericError
-
-
Method Details
-
getErrorMessage
- Specified by:
getErrorMessagein classStorageHubException
-
getStatus
public int getStatus()- Specified by:
getStatusin classStorageHubException
-