com.sun.jdo.api.persistence.support
Class JDOUnsupportedOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.jdo.api.persistence.support.JDOException
                  extended by com.sun.jdo.api.persistence.support.JDOCanRetryException
                      extended by com.sun.jdo.api.persistence.support.JDOUserException
                          extended by com.sun.jdo.api.persistence.support.JDOUnsupportedOptionException
All Implemented Interfaces:
java.io.Serializable

public class JDOUnsupportedOptionException
extends JDOUserException

Version:
0.1
Author:
Craig Russell
See Also:
Serialized Form

Constructor Summary
JDOUnsupportedOptionException()
          Creates a new JDOUnsupportedOptionException without detail message.
JDOUnsupportedOptionException(java.lang.String msg)
          Constructs a new JDOUnsupportedOptionException with the specified detail message.
JDOUnsupportedOptionException(java.lang.String msg, java.lang.Exception nested)
          Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Exception.
 
Method Summary
 
Methods inherited from class com.sun.jdo.api.persistence.support.JDOException
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDOUnsupportedOptionException

public JDOUnsupportedOptionException()
Creates a new JDOUnsupportedOptionException without detail message.


JDOUnsupportedOptionException

public JDOUnsupportedOptionException(java.lang.String msg)
Constructs a new JDOUnsupportedOptionException with the specified detail message.

Parameters:
msg - the detail message.

JDOUnsupportedOptionException

public JDOUnsupportedOptionException(java.lang.String msg,
                                     java.lang.Exception nested)
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Exception.

Parameters:
msg - the detail message.
nested - the nested Exception.


Copyright © 2012 GlassFish Community. All Rights Reserved.