Class NothingToUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.storage.exception.NothingToUpdateException
All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NothingToUpdateException extends CoreException
Throw when the replace operation cannot complete as there is no object stored that matches the value of the oject to update.
See Also:
Serialized Form
  • Constructor Details

    • NothingToUpdateException

      public NothingToUpdateException(String key)