| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.jpox.exceptions.JPOXException org.jpox.exceptions.JPOXUserException
All known Subclasses: org.jpox.store.exceptions.ClassDefinitionException, org.jpox.exceptions.NoPersistenceInformationException, org.jpox.store.exceptions.NoExtentException, org.jpox.sco.exceptions.IncompatibleFieldTypeException, org.jpox.store.exceptions.NoTableManagedException, org.jpox.store.exceptions.IncompatibleQueryElementTypeException, org.jpox.exceptions.ClassNotDetachableException, org.jpox.exceptions.ObjectDetachedException, org.jpox.store.exceptions.NoDatastoreMappingException, org.jpox.store.exceptions.DatastoreInitialisationException, org.jpox.exceptions.TransactionActiveOnCloseException, org.jpox.exceptions.ClassNotPersistableException, org.jpox.store.exceptions.DatastoreFieldDefinitionException, org.jpox.store.exceptions.QueryNotUniqueException, org.jpox.exceptions.TransactionActiveOnBeginException, org.jpox.store.exceptions.NoSuchPersistentFieldException, org.jpox.metadata.InvalidMetaDataException, org.jpox.sco.exceptions.NullsNotAllowedException, org.jpox.exceptions.JPOXUnsupportedOptionException, org.jpox.store.query.QueryCompilerSyntaxException, org.jpox.store.query.JPOXQueryInvalidParametersException, org.jpox.store.exceptions.ReachableObjectNotCascadedException, org.jpox.exceptions.TransactionNotActiveException, org.jpox.exceptions.ConnectionFactoryNotFoundException, org.jpox.store.exceptions.DatastorePermissionException, org.jpox.metadata.InvalidAnnotationException, org.jpox.exceptions.UnsupportedConnectionFactoryException,
JPOXUserException | public class JPOXUserException extends JPOXException (Code) | | Exception thrown by JPOX when a user error occurs.
version: $Revision: 1.1 $ |
Constructor Summary | |
public | JPOXUserException() Constructs a new exception without a detail message. | public | JPOXUserException(String msg) Constructs a new exception with the specified detail message. | public | JPOXUserException(String msg, Throwable[] nested) Constructs a new exception with the specified detail message and nested Throwable s. | public | JPOXUserException(String msg, Throwable nested) Constructs a new exception with the specified detail message and nested Throwable . | public | JPOXUserException(String msg, Object failed) Constructs a new exception with the specified detail message and failed object. | public | JPOXUserException(String msg, Throwable[] nested, Object failed) Constructs a new exception with the specified detail
message, nested Throwable s, and failed object. | public | JPOXUserException(String msg, Throwable nested, Object failed) Constructs a new exception with the specified detail message, nested Throwable ,
and failed object. |
JPOXUserException | public JPOXUserException()(Code) | | Constructs a new exception without a detail message.
|
JPOXUserException | public JPOXUserException(String msg)(Code) | | Constructs a new exception with the specified detail message.
Parameters: msg - the detail message. |
JPOXUserException | public JPOXUserException(String msg, Throwable[] nested)(Code) | | Constructs a new exception with the specified detail message and nested Throwable s.
Parameters: msg - the detail message. Parameters: nested - the nested Throwable[] . |
JPOXUserException | public JPOXUserException(String msg, Throwable nested)(Code) | | Constructs a new exception with the specified detail message and nested Throwable .
Parameters: msg - the detail message. Parameters: nested - the nested Throwable . |
JPOXUserException | public JPOXUserException(String msg, Object failed)(Code) | | Constructs a new exception with the specified detail message and failed object.
Parameters: msg - the detail message. Parameters: failed - the failed object. |
JPOXUserException | public JPOXUserException(String msg, Throwable[] nested, Object failed)(Code) | | Constructs a new exception with the specified detail
message, nested Throwable s, and failed object.
Parameters: msg - the detail message. Parameters: nested - the nested Throwable[] . Parameters: failed - the failed object. |
JPOXUserException | public JPOXUserException(String msg, Throwable nested, Object failed)(Code) | | Constructs a new exception with the specified detail message, nested Throwable ,
and failed object.
Parameters: msg - the detail message. Parameters: nested - the nested Throwable . Parameters: failed - the failed object. |
|
|