Module io.ebean.api
Package io.ebean

Class 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 Detail

      • PersistenceIOException

        public PersistenceIOException​(String msg,
                                      Exception cause)
      • PersistenceIOException

        public PersistenceIOException​(Exception cause)