public class VistaLinkFaultException extends FoundationsException
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace
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)
public VistaLinkFaultException(java.lang.String msg, java.lang.Exception nestedException)
public final java.lang.String getErrorCode()
public final java.lang.String getErrorMessage()
public final java.lang.String getErrorType()
public final java.lang.String getFaultActor()
public final java.lang.String getFaultCode()
public final java.lang.String getFaultString()
VistALink v1.6a