|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalDataStoreException
org.jpox.store.exceptions.UnsupportedDataTypeException
A UnsupportedDataTypeException is thrown if an attempt is made to persist an object field whose data type is not supported by the database and/or the persistence package.
Constructor Summary | |
UnsupportedDataTypeException()
Constructs an unsupported data type exception with no specific detail message. |
|
UnsupportedDataTypeException(java.lang.String msg)
Constructs an unsupported data type exception with the specified detail message. |
|
UnsupportedDataTypeException(java.lang.String msg,
java.lang.Exception nested)
Constructs an unsupported data type exception with the specified detail message and nested exception. |
Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnsupportedDataTypeException()
public UnsupportedDataTypeException(java.lang.String msg)
msg
- the detail messagepublic UnsupportedDataTypeException(java.lang.String msg, java.lang.Exception nested)
msg
- the detail messagenested
- the nested exception(s).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |