Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.storagehub.model.exceptions.StorageHubException
-
- org.gcube.common.storagehub.model.exceptions.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends StorageHubException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()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 String getErrorMessage()
- Specified by:
getErrorMessagein classStorageHubException
-
getStatus
public int getStatus()
- Specified by:
getStatusin classStorageHubException
-
-