|
|||||||||||
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.services.MEException
com.sap.ip.me.api.sync.SyncPasswordException
A SyncPasswordException
will be thrown if problems encounter
with the handling of the synchronization password.
Field Summary | |
static int |
EMPTY_SYNC_PASSWORD
A message id. |
static int |
ILLEGAL_STATE
A message id. |
static int |
INVALID_SYNC_PASSWORD_LENGTH
A message id. |
static int |
UNKNOWNMESSAGE
A message id. |
static int |
USER_UNKNOWN
A message id. |
Constructor Summary | |
SyncPasswordException(int reason,
java.lang.Object[] params,
java.lang.Throwable nestedException)
Constructor. |
Method Summary | |
java.lang.String |
getMessage()
Gets the exception message. |
int |
getMessageId()
Gets the message ID of the exception. |
java.lang.Object[] |
getMessageParameters()
Gets the message parameters of the exception. |
Methods inherited from class com.sap.ip.me.api.services.MEException |
getNestedException, getReason, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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 UNKNOWNMESSAGE
public static final int USER_UNKNOWN
public static final int EMPTY_SYNC_PASSWORD
null
or an
empty string.
public static final int ILLEGAL_STATE
public static final int INVALID_SYNC_PASSWORD_LENGTH
Constructor Detail |
public SyncPasswordException(int reason, java.lang.Object[] params, java.lang.Throwable nestedException)
reason
- The reason for this exception. See java.text.MessageFormat
.params
- Parameters of the exception message. See java.text.MessageFormat
.nestedException
- A nested exception.Method Detail |
public java.lang.String getMessage()
public int getMessageId()
public java.lang.Object[] getMessageParameters()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |