org.apache.openjpa.util
Class ObjectExistsException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.OpenJPAException
                   org.apache.openjpa.util.StoreException
org.apache.openjpa.util.StoreException
                       org.apache.openjpa.util.ObjectExistsException
org.apache.openjpa.util.ObjectExistsException
- All Implemented Interfaces: 
- Serializable, ExceptionInfo
- public class ObjectExistsException 
- extends StoreException
Exception type reserved for conflicts with existing objects.
- Author:
- Abe White
- See Also:
- Serialized Form
 
 
 
 
| Method Summary | 
|  int | getSubtype()Exception subtype.
 | 
 
 
| Methods inherited from class org.apache.openjpa.util.OpenJPAException | 
| getCause, getFailedObject, getNestedThrowables, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toString | 
 
 
 
 
ObjectExistsException
public ObjectExistsException(Localizer.Message msg)
getSubtype
public int getSubtype()
- Description copied from class: OpenJPAException
- Exception subtype.
 
- 
- Specified by:
- getSubtypein interface- ExceptionInfo
- Overrides:
- getSubtypein class- OpenJPAException
 
- 
 
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.