|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
loanfund.ServiceRequestException
public class ServiceRequestException
This class is used when we need an Exception that should result in a RegisterFault message being sent instead of a ServiceResponse. The purpose is to store the error code which allows us to find the correct error message to send back to the mobile application.
Constructor Summary | |
---|---|
ServiceRequestException(java.lang.String errorCode)
The Constructor call the Exception constructor with the error code as the message. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public ServiceRequestException(java.lang.String errorCode)
errorCode
- String The error code of the exception that occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |