Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » util » [javadoc | source]
org.apache.openjpa.util
public class: OptimisticException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.apache.openjpa.util.OpenJPAException
               org.apache.openjpa.util.StoreException
                  org.apache.openjpa.util.OptimisticException

All Implemented Interfaces:
    ExceptionInfo, Serializable

Exception type for optimistic concurrency violations.
Fields inherited from org.apache.openjpa.util.StoreException:
LOCK,  OBJECT_NOT_FOUND,  OPTIMISTIC,  REFERENTIAL_INTEGRITY,  OBJECT_EXISTS
Constructor:
 public OptimisticException(Message msg) 
 public OptimisticException(Object failed) 
 public OptimisticException(Throwable[] nested) 
 public OptimisticException(Collection failed,
    Throwable[] nested) 
Method from org.apache.openjpa.util.OptimisticException Summary:
getSubtype
Methods from org.apache.openjpa.util.StoreException:
getType
Methods from org.apache.openjpa.util.OpenJPAException:
getCause,   getFailedObject,   getNestedThrowables,   getSubtype,   getType,   isFatal,   printStackTrace,   printStackTrace,   printStackTrace,   setCause,   setFailedObject,   setFatal,   setNestedThrowables,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.util.OptimisticException Detail:
 public int getSubtype()