Class NothingToRemoveException

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

public class NothingToRemoveException extends CoreException
Throw when the remove operation cannot be completed as there is nothing to be removed.
See Also:
Serialized Form
  • Constructor Details

    • NothingToRemoveException

      public NothingToRemoveException(Object key)