org.jpox.exceptions
Class JPOXUnsupportedOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jpox.exceptions.JPOXException
                  extended by org.jpox.exceptions.JPOXUserException
                      extended by org.jpox.exceptions.JPOXUnsupportedOptionException
All Implemented Interfaces:
java.io.Serializable

public class JPOXUnsupportedOptionException
extends JPOXUserException

Exception thrown when a particular option has been selected but isnt supported.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
JPOXUnsupportedOptionException()
          Constructs a new exception without a detail message.
JPOXUnsupportedOptionException(java.lang.String msg)
          Constructs a new exception with the specified detail message.
JPOXUnsupportedOptionException(java.lang.String msg, java.lang.Throwable[] nested)
          Constructs a new exception with the specified detail message and nested Throwables.
 
Method Summary
 
Methods inherited from class org.jpox.exceptions.JPOXException
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
 

Constructor Detail

JPOXUnsupportedOptionException

public JPOXUnsupportedOptionException()
Constructs a new exception without a detail message.


JPOXUnsupportedOptionException

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

Parameters:
msg - the detail message.

JPOXUnsupportedOptionException

public JPOXUnsupportedOptionException(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 © -2008 . All Rights Reserved.