Package io.ebean
Class PersistenceIOException
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceIOException(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 Detail
-
PersistenceIOException
public PersistenceIOException(String msg, Exception cause)
-
PersistenceIOException
public PersistenceIOException(Exception cause)
-
-