|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.netweaver.bc.rf.util.exception.BaseException
|
+--com.sap.netweaver.bc.rf.common.exception.RepositoryException
|
+--com.sap.netweaver.bc.rf.common.exception.OperationNotCompletedException
Class implementing an exception used in all non-atomic operations when parts of an operation failed. This exception class helps to return the partially computed results and a list of throwables for all failed parts.
| Constructor Summary | |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class OperationNotCompletedException. |
protected |
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.Throwable rootCause)
Construct object of class OperationNotCompletedException. |
|
OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotCompletedException. |
| Method Summary | |
java.lang.Object |
getPartiallyComputedResult()
Get partially computed result. |
java.util.List |
getThrowables()
Get list of throwables for all failed parts. |
| Constructor Detail |
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed parts
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partslogExceptionOnCreation - when true log the exception now during its
construction
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.Throwable rootCause)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsrootCause - throwable object which caused this exception
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized message
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messageargs - message arguments inserted by MessageFormat means
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Throwable rootCause)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messagerootCause - throwable object which caused this exception
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
public OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized message
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat means
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exception
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized message
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message,
java.lang.Throwable rootCause)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messagerootCause - throwable object which caused this exception
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected OperationNotCompletedException(java.lang.Object partiallyComputedResult,
java.util.List throwables,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
partiallyComputedResult - partially computed resultthrowables - list of throwables for all failed partsmessage - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction| Method Detail |
public java.lang.Object getPartiallyComputedResult()
public java.util.List getThrowables()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||