java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
io.ebean.PersistenceIOException
- All Implemented Interfaces:
Serializable
public class PersistenceIOException
extends javax.persistence.PersistenceException
Captures and wraps IOException's occurring during ElasticSearch processing etc.
- See Also:
-
Constructor Summary
ConstructorDescriptionPersistenceIOException
(Exception cause) PersistenceIOException
(String msg, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceIOException
-
PersistenceIOException
-