|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.location.TerminalLocation.RequestError.ServiceException
public static class TerminalLocation.RequestError.ServiceException
for the terminal location the class of error that can be raised is a service exception
Constructor Summary | |
---|---|
TerminalLocation.RequestError.ServiceException()
default constructor |
|
TerminalLocation.RequestError.ServiceException(java.lang.String messageId,
java.lang.String text,
java.lang.String variables)
utility constructor to create a ServiceException object with all fields set |
Method Summary | |
---|---|
java.lang.String |
getMessageId()
return the distinctive error message identifier |
java.lang.String |
getText()
return the textual representation of the error |
java.lang.String |
getVariables()
return any instance specific error variables |
void |
setMessageId(java.lang.String messageId)
set the distinctive error message identifier. |
void |
setText(java.lang.String text)
set the textual representation of the error. |
void |
setVariables(java.lang.String variables)
set any instance specific error variables. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminalLocation.RequestError.ServiceException()
public TerminalLocation.RequestError.ServiceException(java.lang.String messageId, java.lang.String text, java.lang.String variables)
messageId
- text
- variables
- Method Detail |
---|
public java.lang.String getMessageId()
public java.lang.String getText()
public java.lang.String getVariables()
public void setMessageId(java.lang.String messageId)
public void setText(java.lang.String text)
public void setVariables(java.lang.String variables)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |