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:
java.io.Serializable
public class JpaStoreException extends PersistenceException
- Author:
- Ray Tsang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaStoreException()
JpaStoreException(java.lang.String message)
JpaStoreException(java.lang.String message, java.lang.Throwable cause)
JpaStoreException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
JpaStoreException
public JpaStoreException()
-
JpaStoreException
public JpaStoreException(java.lang.String message, java.lang.Throwable cause)
-
JpaStoreException
public JpaStoreException(java.lang.String message)
-
JpaStoreException
public JpaStoreException(java.lang.Throwable cause)
-
-