Class UncategorizedKeyValueException

All Implemented Interfaces:
Serializable

public class UncategorizedKeyValueException extends UncategorizedDataAccessException
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource".
Author:
Christoph Strobl, Mark Paluch
See Also:
  • Constructor Details

    • UncategorizedKeyValueException

      public UncategorizedKeyValueException(String msg, Throwable cause)
      Parameters:
      msg - the detail message.
      cause - the root cause (usually from using a underlying data access API).