Class UpdateItemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ntnu.stud.utils.exceptions.UpdateItemException
All Implemented Interfaces:
Serializable

public class UpdateItemException extends RuntimeException
Exception thrown when an item list cannot be updated.
See Also:
  • Constructor Details

    • UpdateItemException

      public UpdateItemException(String message, Throwable cause)
      Constructs a new UpdateItemException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
      cause - the cause (which is saved for later retrieval by the getCause() method).