Package org.infinispan.persistence.jpa
Class JpaStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.persistence.spi.PersistenceException
-
- org.infinispan.persistence.jpa.JpaStoreException
-
- All Implemented Interfaces:
Serializable
public class JpaStoreException extends PersistenceException
- Author:
- Ray Tsang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaStoreException()
JpaStoreException(String message)
JpaStoreException(String message, Throwable cause)
JpaStoreException(Throwable cause)
-