Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » persistence » [javadoc | source]
org.apache.openjpa.persistence
public class: TransactionRequiredException [javadoc | source]
java.lang.Object
   javax.persistence.TransactionRequiredException
      org.apache.openjpa.persistence.TransactionRequiredException

All Implemented Interfaces:
    ExceptionInfo, Serializable

Transaction required.
Constructor:
 public TransactionRequiredException(Message msg,
    Throwable[] nested,
    Object failed,
    boolean fatal) 
 public TransactionRequiredException(String msg,
    Throwable[] nested,
    Object failed,
    boolean fatal) 
Method from org.apache.openjpa.persistence.TransactionRequiredException Summary:
getCause,   getFailedObject,   getNestedThrowables,   getSubtype,   getType,   isFatal,   printStackTrace,   printStackTrace,   printStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.persistence.TransactionRequiredException Detail:
 public Throwable getCause() 
 public Object getFailedObject() 
 public Throwable[] getNestedThrowables() 
 public int getSubtype() 
 public int getType() 
 public boolean isFatal() 
 public  void printStackTrace() 
 public  void printStackTrace(PrintStream out) 
 public  void printStackTrace(PrintWriter out) 
 public String toString()