| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.jpox.exceptions.JPOXException org.jpox.exceptions.JPOXDataStoreException
All known Subclasses: org.jpox.store.exceptions.DatastoreValidationException, org.jpox.store.exceptions.NullValueException, org.jpox.store.exceptions.UnsupportedDataTypeException,
JPOXDataStoreException | public class JPOXDataStoreException extends JPOXException (Code) | | Exception thrown by JPOX when a datastore occurs.
version: $Revision: 1.1 $ |
Constructor Summary | |
public | JPOXDataStoreException() Constructs a new exception without a detail message. | public | JPOXDataStoreException(String msg) Constructs a new exception with the specified detail message. | public | JPOXDataStoreException(String msg, Throwable[] nested) Constructs a new exception with the specified detail message and nested Throwable s. | public | JPOXDataStoreException(String msg, Throwable nested) Constructs a new exception with the specified detail message and nested Throwable . | public | JPOXDataStoreException(String msg, Object failed) Constructs a new exception with the specified detail message and failed object. | public | JPOXDataStoreException(String msg, Throwable[] nested, Object failed) Constructs a new exception with the specified detail
message, nested Throwable s, and failed object. | public | JPOXDataStoreException(String msg, Throwable nested, Object failed) Constructs a new exception with the specified detail message, nested Throwable ,
and failed object. |
JPOXDataStoreException | public JPOXDataStoreException()(Code) | | Constructs a new exception without a detail message.
|
JPOXDataStoreException | public JPOXDataStoreException(String msg)(Code) | | Constructs a new exception with the specified detail message.
Parameters: msg - the detail message. |
JPOXDataStoreException | public JPOXDataStoreException(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[] . |
JPOXDataStoreException | public JPOXDataStoreException(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 . |
JPOXDataStoreException | public JPOXDataStoreException(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. |
JPOXDataStoreException | public JPOXDataStoreException(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. |
JPOXDataStoreException | public JPOXDataStoreException(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. |
|
|