Class TranslateException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    LoadException, SaveException

    public class TranslateException
    extends RuntimeException
    Thrown when something went wrong during the entity translation process; for example, the data in the datastore might be in a format incompatible with the intended pojo field.
    See Also:
    Serialized Form
    • Constructor Detail

      • TranslateException

        public TranslateException​(String message,
                                  Throwable cause)