public class FaultInfo
extends java.lang.Object
Constructor and Description |
---|
FaultInfo()
Creates a new instance.
|
FaultInfo(java.lang.String message,
java.lang.String errorCode)
Constructs a new FaultInfo object with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode()
Gets the error code associated with the exception.
|
java.lang.String |
getMessage()
Gets the message associated with the exception.
|
public FaultInfo()
public FaultInfo(java.lang.String message, java.lang.String errorCode)
message
- the message.errorCode
- the error code.public java.lang.String getMessage()
public java.lang.String getErrorCode()
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.