public class FMSException extends Exception
| Constructor and Description |
|---|
FMSException(List<Error> errorList)
Constructor FMSException
|
FMSException(String errorMessage)
Constructor FMSException
|
FMSException(String errorMessage,
Throwable throwable)
Constructor FMSException
|
FMSException(String errorMessage,
Throwable throwable,
String intuit_tid) |
FMSException(Throwable throwable)
Constructor FMSException
|
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
getErrorList()
Method to get the list of errors received from server.
|
String |
getIntuit_tid()
Method to get the intuit_tid
|
protected static String |
getString(List<Error> errorList)
Method to get the error codes received from server as String message
|
Throwable |
getThrowable()
Method to get the Throwable object
|
void |
setIntuit_tid(String intuit_tid) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FMSException(List<Error> errorList)
errorList - the list of errorspublic FMSException(String errorMessage)
errorMessage - the error messagepublic FMSException(Throwable throwable)
throwable - the throwablepublic FMSException(String errorMessage, Throwable throwable)
errorMessage - the error messagethrowable - the throwablepublic List<Error> getErrorList()
public Throwable getThrowable()
public String getIntuit_tid()
public void setIntuit_tid(String intuit_tid)
Copyright © 2025. All Rights Reserved.