Class SaveDataNotFoundException

All Implemented Interfaces:
Serializable

public class SaveDataNotFoundException extends NotFoundException
Thrown when an instance of SaveDataDocument can't be found.
See Also:
  • Constructor Details

    • SaveDataNotFoundException

      public SaveDataNotFoundException()
    • SaveDataNotFoundException

      public SaveDataNotFoundException(String message)
    • SaveDataNotFoundException

      public SaveDataNotFoundException(String message, Throwable cause)
    • SaveDataNotFoundException

      public SaveDataNotFoundException(Throwable cause)
    • SaveDataNotFoundException

      public SaveDataNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)