org.datanucleus.store.exception
Class UnsupportedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusDataStoreException
org.datanucleus.store.exception.UnsupportedMethodException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedMethodException
- extends org.datanucleus.exceptions.NucleusDataStoreException
A UnsupportedMethodException is thrown if an attempt is made
to call a method in a query that is not supported by the database.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
|
Constructor Summary |
UnsupportedMethodException()
Constructs an unsupported method exception with no specific detail
message. |
UnsupportedMethodException(java.lang.String msg)
Constructs an unsupported method exception with the specified detail
message. |
UnsupportedMethodException(java.lang.String msg,
java.lang.Exception nested)
Constructs an unsupported method exception with the specified detail
message and nested exception. |
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedMethodException
public UnsupportedMethodException()
- Constructs an unsupported method exception with no specific detail
message.
UnsupportedMethodException
public UnsupportedMethodException(java.lang.String msg)
- Constructs an unsupported method exception with the specified detail
message.
- Parameters:
msg - the detail message
UnsupportedMethodException
public UnsupportedMethodException(java.lang.String msg,
java.lang.Exception nested)
- Constructs an unsupported method exception with the specified detail
message and nested exception.
- Parameters:
msg - the detail messagenested - the nested exception(s).
Copyright © 2009. All Rights Reserved.