org.jpox.exceptions
Class JPOXUserException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassDefinitionException, ClassNotDetachableException, ClassNotPersistableException, ConnectionFactoryNotFoundException, DatastoreFieldDefinitionException, DatastoreInitialisationException, DatastorePermissionException, IncompatibleFieldTypeException, IncompatibleQueryElementTypeException, InvalidAnnotationException, InvalidMetaDataException, JPOXQueryInvalidParametersException, JPOXUnsupportedOptionException, NoDatastoreMappingException, NoExtentException, NoPersistenceInformationException, NoSuchPersistentFieldException, NoTableManagedException, NullsNotAllowedException, ObjectDetachedException, PropertyTypeInvalidException, QueryCompilerSyntaxException, QueryNotUniqueException, ReachableObjectNotCascadedException, ScalarExpression.IllegalOperationException, ScalarExpression.MethodInvocationException, TransactionActiveOnBeginException, TransactionActiveOnCloseException, TransactionNotActiveException, UnsupportedConnectionFactoryException

public class JPOXUserException
extends JPOXException

Exception thrown by JPOX when a user error occurs.

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

Constructor Summary
JPOXUserException()
          Constructs a new exception without a detail message.
JPOXUserException(java.lang.String msg)
          Constructs a new exception with the specified detail message.
JPOXUserException(java.lang.String msg, java.lang.Object failed)
          Constructs a new exception with the specified detail message and failed object.
JPOXUserException(java.lang.String msg, java.lang.Throwable nested)
          Constructs a new exception with the specified detail message and nested Throwable.
JPOXUserException(java.lang.String msg, java.lang.Throwable[] nested)
          Constructs a new exception with the specified detail message and nested Throwables.
JPOXUserException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
          Constructs a new exception with the specified detail message, nested Throwables, and failed object.
JPOXUserException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
          Constructs a new exception with the specified detail message, nested Throwable, and failed object.
 
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

JPOXUserException

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


JPOXUserException

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

Parameters:
msg - the detail message.

JPOXUserException

public JPOXUserException(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[].

JPOXUserException

public JPOXUserException(java.lang.String msg,
                         java.lang.Throwable nested)
Constructs a new exception with the specified detail message and nested Throwable.

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

JPOXUserException

public JPOXUserException(java.lang.String msg,
                         java.lang.Object failed)
Constructs a new exception with the specified detail message and failed object.

Parameters:
msg - the detail message.
failed - the failed object.

JPOXUserException

public JPOXUserException(java.lang.String msg,
                         java.lang.Throwable[] nested,
                         java.lang.Object failed)
Constructs a new exception with the specified detail message, nested Throwables, and failed object.

Parameters:
msg - the detail message.
nested - the nested Throwable[].
failed - the failed object.

JPOXUserException

public JPOXUserException(java.lang.String msg,
                         java.lang.Throwable nested,
                         java.lang.Object failed)
Constructs a new exception with the specified detail message, nested Throwable, and failed object.

Parameters:
msg - the detail message.
nested - the nested Throwable.
failed - the failed object.


Copyright © -2008 . All Rights Reserved.