com.triactive.jdo.store.adapter
Class UnsupportedDataTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalDataStoreException
com.triactive.jdo.store.adapter.UnsupportedDataTypeException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedDataTypeException
- extends javax.jdo.JDOFatalDataStoreException
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.
- Author:
- Mike Martin
- See Also:
TypeInfo
,
Serialized Form
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 |
UnsupportedDataTypeException
public UnsupportedDataTypeException()
- Constructs an unsupported data type exception with no specific detail
message.
UnsupportedDataTypeException
public UnsupportedDataTypeException(java.lang.String msg)
- Constructs an unsupported data type exception with the specified detail
message.
- Parameters:
msg
- the detail message
UnsupportedDataTypeException
public UnsupportedDataTypeException(java.lang.String msg,
java.lang.Exception nested)
- Constructs an unsupported data type exception with the specified detail
message and nested exception.
- Parameters:
msg
- the detail messagenested
- the nested exception(s).
Copyright ? 2001-2007 The TJDO Project All Rights Reserved.