|
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.error.ErrorException
com.highdeal.hci.InvalidInitializationException
public class InvalidInitializationException
Exception thrown by the SAP CC system.
The possible reason codes are:
| Field Summary | |
|---|---|
static int |
ALREADY_EXIST
1: constant for an 'already exist' exception reason |
static int |
CANNOT_INITIALIZE
4: constant for an 'invalid modification' exception reason |
static int |
DOES_NOT_EXIST
0: constant for a 'does not exist' exception reason |
static int |
DUPLICATED_PROPERTY
3: constant for an 'invalid creation' exception reason |
static int |
INVALID
2: constant for an 'invalid creation' exception reason |
| Constructor Summary | |
|---|---|
InvalidInitializationException()
Constructs an empty exception. |
|
InvalidInitializationException(int reason,
java.lang.String message)
Constructs an exception with the specified reason of the exception and the specified comprehensinve message. |
|
InvalidInitializationException(int reason,
java.lang.String message,
IError error)
Constructs an exception with the specified reason of the exception and the specified comprehensinve message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the comprehensive message of the exception. |
java.lang.String |
getOperandReference()
|
int |
getReason()
Returns the reason code of the exception. |
| Methods inherited from class com.highdeal.error.ErrorException |
|---|
getError, setError |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DOES_NOT_EXIST
public static final int ALREADY_EXIST
public static final int INVALID
public static final int CANNOT_INITIALIZE
public static final int DUPLICATED_PROPERTY
| Constructor Detail |
|---|
public InvalidInitializationException()
public InvalidInitializationException(int reason,
java.lang.String message)
reason - The reason code of this exceptionmessage - The detail message
public InvalidInitializationException(int reason,
java.lang.String message,
IError error)
reason - The reason code of this exceptionmessage - The detail messageerror - The error linked to the exception| Method Detail |
|---|
public int getReason()
public java.lang.String getMessage()
getMessage in class ErrorExceptionpublic java.lang.String getOperandReference()
|
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 | ||||||||