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

All Implemented Interfaces:
    ExceptionInfo, Serializable

Exception type reserved for missing or invalid metadata.
Fields inherited from org.apache.openjpa.util.UserException:
METADATA,  INVALID_STATE,  NO_TRANSACTION,  CALLBACK,  NO_RESULT,  NON_UNIQUE_RESULT
Constructor:
 public MetaDataException() 
 public MetaDataException(String msg) 
 public MetaDataException(Message msg) 
 public MetaDataException(Message msg,
    Throwable nested) 
Method from org.apache.openjpa.util.MetaDataException Summary:
getSubtype
Methods from org.apache.openjpa.util.UserException:
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.MetaDataException Detail:
 public int getSubtype()