|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.highdeal.hci.OperationFailureException
public abstract class OperationFailureException
This abstract Java class represents the root exception for all the HCI operation exceptions;
Consider the known subclasses detailed in this page and the OperationFailureErrorException marshallable exception
to design your implementation and its error handling.
Consider the known subclasses that represent an HCI operation exception; They are listed in this page.
Example
| Constructor Summary | |
|---|---|
OperationFailureException()
|
|
OperationFailureException(java.lang.String message)
|
|
OperationFailureException(java.lang.String message,
java.lang.Throwable throwable)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOperandReference()
Gets the code or the reference (if no code exists) that identifies the operand of the operation request; If the operation is not auditable, the operand reference is null. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.highdeal.hci.XMLMarshallable |
|---|
addCharacterData, addChild, marshal, setAttributes |
| Constructor Detail |
|---|
public OperationFailureException()
public OperationFailureException(java.lang.String message)
public OperationFailureException(java.lang.String message,
java.lang.Throwable throwable)
| Method Detail |
|---|
public java.lang.String getOperandReference()
OperationResultnull.
getOperandReference in interface OperationResult
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||