| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.DeleteFailedException
All known Subclasses: org.jaffa.persistence.exceptions.PostDeleteFailedException, org.jaffa.persistence.exceptions.PreDeleteFailedException,
DeleteFailedException | public class DeleteFailedException extends UOWException (Code) | | This exception is thrown if the deletion of an object from the persistent store fails.
|
DeleteFailedException | public DeleteFailedException()(Code) | | Creates an exception with the errorCode.
|
DeleteFailedException | public DeleteFailedException(Object[] arguments)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. |
DeleteFailedException | public DeleteFailedException(Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
DeleteFailedException | protected DeleteFailedException(String errorCode, Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: errorCode - the errorCode. Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
|
|