public class SaveException extends TranslateException
Constructor and Description |
---|
SaveException(java.lang.Object pojo,
java.lang.String message,
java.lang.Throwable cause)
Constructor to use when you're saving an entity with a known key
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPojo()
The complete version of what we couldn't translate
|