public class

JPAException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.jpa.JPAException

Class Overview

Runtime exception for the JPA module.

Summary

[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
JPAException()
JPAException(String s)
JPAException(String s, Throwable throwable)
JPAException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JPAException ()

public JPAException (String s)

Parameters
s

public JPAException (String s, Throwable throwable)

Parameters
s
throwable

public JPAException (Throwable throwable)

Parameters
throwable