Class ValueMissingException

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

public class ValueMissingException extends CoreException
Throw when an entity could not be found in storage.
See Also:
Serialized Form
  • Constructor Details

    • ValueMissingException

      public ValueMissingException(Object key)