Class StaleModelException

All Implemented Interfaces:
Serializable

public class StaleModelException extends StorageException
This exception signals that the passed argument model is stale and that the underlying update operation could not be accomplished.
See Also:
  • Constructor Details

    • StaleModelException

      public StaleModelException()
    • StaleModelException

      public StaleModelException(String message)
    • StaleModelException

      public StaleModelException(Throwable cause)
    • StaleModelException

      public StaleModelException(String message, Throwable cause)