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)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-