Class SaveException

All Implemented Interfaces:
Serializable

public class SaveException
extends TranslateException
Thrown when something went wrong during the save translation process. Indicates what went wrong with which entity.
See Also:
Serialized Form
  • Constructor Details

    • SaveException

      public SaveException(Object pojo, String message, Throwable cause)
      Constructor to use when you're saving an entity with a known key
  • Method Details

    • getPojo

      public Object getPojo()
      The complete version of what we couldn't translate