Class UpdateException

All Implemented Interfaces:
Serializable

public class UpdateException extends RuntimeException
This class represents an exception when the update of an object failed.
Author:
Armin Müller
See Also:
  • Constructor Details

    • UpdateException

      public UpdateException(Object object)
      Constructor that also defines information about the cause of the exception.
      Parameters:
      object - the object for which the update failed