org.jpox.store.exceptions
Class UnsupportedDataTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalDataStoreException
org.jpox.store.exceptions.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.
- Version:
- $Revision: 1.3 $
- See Also:
- 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 © -2010 . All Rights Reserved.