|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--gov.va.med.foundations.utilities.FoundationsException | +--gov.va.med.foundations.adapter.record.VistaLinkFaultException
Exception encapsulates Fault information coming from M side.
M side can pass bak to Java error condition in the system Fault message.
If this condition happens, VLJ creates VistaLinkFaultException
and populates it's properties with data from the Fault message.
All other Fault exceptions are subclassed from this exception.
Constructor Summary | |
VistaLinkFaultException()
Constructor for VistaLinkFaultException. |
|
VistaLinkFaultException(java.lang.Exception nestedException)
Constructor for VistaLinkFaultException. |
|
VistaLinkFaultException(java.lang.String msg)
Constructor for VistaLinkFaultException. |
|
VistaLinkFaultException(java.lang.String msg,
java.lang.Exception nestedException)
Constructor for VistaLinkFaultException. |
|
VistaLinkFaultException(java.lang.String errorCode,
java.lang.String errorMessage,
java.lang.String errorType,
java.lang.String faultActor,
java.lang.String faultCode,
java.lang.String faultString)
Constructor for VistaLinkFaultException. |
Method Summary | |
java.lang.String |
getErrorCode()
Returns the errorCode. |
java.lang.String |
getErrorMessage()
Returns the errorMessage. |
java.lang.String |
getErrorType()
Returns the errorType. |
java.lang.String |
getFaultActor()
Returns the faultActor. |
java.lang.String |
getFaultCode()
Returns the faultCode. |
java.lang.String |
getFaultString()
Returns the faultString. |
Methods inherited from class gov.va.med.foundations.utilities.FoundationsException |
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VistaLinkFaultException()
Object.Object()
public VistaLinkFaultException(java.lang.String msg)
Throwable.Throwable(java.lang.String)
public VistaLinkFaultException(java.lang.String errorCode, java.lang.String errorMessage, java.lang.String errorType, java.lang.String faultActor, java.lang.String faultCode, java.lang.String faultString)
errorCode
- errorMessage
- errorType
- faultActor
- faultCode
- faultString
- public VistaLinkFaultException(java.lang.Exception nestedException)
gov.va.med.foundations.utilities.FoundationsException#FoundationsException(java.lang.Exception)
public VistaLinkFaultException(java.lang.String msg, java.lang.Exception nestedException)
gov.va.med.foundations.utilities.FoundationsException#FoundationsException(java.lang.String, java.lang.Exception)
Method Detail |
public java.lang.String getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getErrorType()
public java.lang.String getFaultActor()
public java.lang.String getFaultCode()
public java.lang.String getFaultString()
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |