|
|||||||||||
| 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.sap.ip.me.api.sync.SyncException
Exception which will be thrown in case of any problems while synchronization. To be allow to differentiate between the reasons for this exception without sub-typing, there are some standard messages defined for this exception.
| Field Summary | |
static java.lang.String |
RECEIVED_EMPTY_INBOUND
Received empty inbound container file. |
static java.lang.String |
RECEIVED_OLD_DATA
Received old inbound data. |
static java.lang.String |
RESPONSE_ANOTHER_FAILURE
Message in case of invalid inbound file |
static java.lang.String |
RESPONSE_FUNCTION_MODULE
Message when response received from server didn't contain function module info |
static java.lang.String |
RESPONSE_NOT_AUTHORIZED
Message in case of invalid user data or password |
static java.lang.String |
TRANSPORT_LAYER_HTTP_SYNC_EXCEPTION
Message in case of problems with http |
static java.lang.String |
TRANSPORT_LAYER_SYNC_EXCEPTION
Message in case of problems with data transport layer between client and middleware |
| Constructor Summary | |
SyncException(java.lang.String s)
Constructor for the SyncException object |
|
| Method Summary | |
boolean |
isEmptyInboundReceived()
Returns true iff this exception is caused by an empty inbound container file |
boolean |
isOldDataReceived()
Returns true iff this exception is caused by old inbound data. |
| 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 |
| Field Detail |
public static final java.lang.String RESPONSE_ANOTHER_FAILURE
public static final java.lang.String RESPONSE_NOT_AUTHORIZED
public static final java.lang.String RESPONSE_FUNCTION_MODULE
public static final java.lang.String TRANSPORT_LAYER_SYNC_EXCEPTION
public static final java.lang.String TRANSPORT_LAYER_HTTP_SYNC_EXCEPTION
public static final java.lang.String RECEIVED_OLD_DATA
public static final java.lang.String RECEIVED_EMPTY_INBOUND
| Constructor Detail |
public SyncException(java.lang.String s)
s - Description of the Parameter| Method Detail |
public boolean isOldDataReceived()
public boolean isEmptyInboundReceived()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||