| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.FrameworkException
org.jaffa.persistence.exceptions.UOWException
org.jaffa.persistence.exceptions.DeleteFailedException
This exception is thrown if the deletion of an object from the persistent store fails.
| Field Summary | 
| Fields inherited from class org.jaffa.exceptions.CustomException | 
| m_arguments | 
| Constructor Summary | |
|   | DeleteFailedException()Creates an exception with the errorCode. | 
|   | DeleteFailedException(Object[] arguments)Creates an exception with the errorCode and a cause. | 
|   | DeleteFailedException(Object[] arguments,
                                           Throwable cause)Creates an exception with the errorCode and a cause. | 
| protected  | DeleteFailedException(String errorCode,
                                           Object[] arguments,
                                           Throwable cause)Creates an exception with the errorCode and a cause. | 
| Methods inherited from class org.jaffa.exceptions.CustomException | 
| getArguments, getLocalizedMessage, getMessage | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public DeleteFailedException()
public DeleteFailedException(Object[] arguments)
arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.
public DeleteFailedException(Object[] arguments,
                             Throwable cause)
arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.cause - the cause.
protected DeleteFailedException(String errorCode,
                                Object[] arguments,
                                Throwable cause)
errorCode - the errorCode.arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.cause - the cause.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||