Class ValueAlreadyPresentException

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

public class ValueAlreadyPresentException extends CoreException
Throw when attempting to put-if-absent but value is not absent.
See Also:
Serialized Form
  • Constructor Details

    • ValueAlreadyPresentException

      public ValueAlreadyPresentException(Object key)