|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.va.med.exception.FoundationsException
gov.va.med.vistalink.adapter.record.VistaLinkFaultException
public class 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)
Passed-in parameter values are stored as members of the exception. |
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.exception.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()
This constructor, method or field is not for public use. |
public VistaLinkFaultException(java.lang.String msg)
Throwable.Throwable(java.lang.String)
This constructor, method or field is not for public use. |
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
- This constructor, method or field is not for public use. |
public VistaLinkFaultException(java.lang.Exception nestedException)
FoundationsException.FoundationsException(java.lang.Throwable)
This constructor, method or field is not for public use. |
public VistaLinkFaultException(java.lang.String msg, java.lang.Exception nestedException)
FoundationsException.FoundationsException(java.lang.String, java.lang.Throwable)
This constructor, method or field is not for public use. |
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()
|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |