org.datanucleus.exceptions
Class NucleusUnsupportedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.NucleusUnsupportedOptionException
- All Implemented Interfaces:
- java.io.Serializable
public class NucleusUnsupportedOptionException
- extends NucleusUserException
Exception thrown when a particular option has been selected but isnt supported.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
| 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 |
NucleusUnsupportedOptionException
public NucleusUnsupportedOptionException()
- Constructs a new exception without a detail message.
NucleusUnsupportedOptionException
public NucleusUnsupportedOptionException(java.lang.String msg)
- Constructs a new exception with the specified detail message.
- Parameters:
msg - the detail message.
NucleusUnsupportedOptionException
public NucleusUnsupportedOptionException(java.lang.String msg,
java.lang.Throwable[] nested)
- Constructs a new exception with the specified detail message and nested
Throwables.
- Parameters:
msg - the detail message.nested - the nested Throwable[].
Copyright © 2009. All Rights Reserved.