com.triactive.jdo.store
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.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
Fields inherited from class javax.jdo.JDOException |
|
Fields inherited from class java.lang.RuntimeException |
|
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 TriActive, Inc. All Rights Reserved.