Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.model.exception.NotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationConfigurationNotFoundException,ApplicationNotFoundException,AuthSchemeNotFoundException,BscSmartContractNotFoundException,BscTokenNotFoundException,BscWalletNotFoundException,DeploymentNotFoundException,DistinctInventoryItemNotFoundException,FirebaseApplicationConfigurationNotFoundException,FriendNotFoundException,ItemNotFoundException,LargeObjectContentNotFoundException,LargeObjectNotFoundException,LeaderboardNotFoundException,MetadataSpecNotFoundException,MissionNotFoundException,NeoSmartContractNotFoundException,NeoTokenNotFoundException,NeoWalletNotFoundException,ProfileNotFoundException,ProgressNotFoundException,SaveDataNotFoundException,ScheduleEventNotFoundException,ScheduleNotFoundException,SessionNotFoundException,SmartContractNotFoundException,UnidentifiedProfileException,UserNotFoundException,VaultNotFoundException,WalletNotFoundException
Created by patricktwohig on 3/19/15.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message) NotFoundException(String message, Throwable cause) NotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NotFoundException(Throwable cause) -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-
NotFoundException
-
-
Method Details
-
getCode
Description copied from class:BaseExceptionGets the error code.- Specified by:
getCodein classBaseException- Returns:
- the
ErrorCode
-