Class 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

public class NotFoundException extends BaseException
Created by patricktwohig on 3/19/15.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details