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 Detail

      • SaveException

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

      • getPojo

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