Class IdNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.storagehub.model.exceptions.StorageHubException
-
- org.gcube.common.storagehub.model.exceptions.IdNotFoundException
-
- All Implemented Interfaces:
Serializable
public class IdNotFoundException extends StorageHubException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdNotFoundException(String id)IdNotFoundException(String id, Throwable cause)
-
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
-
-