public class WSImporterException extends AppianException
Modifier and Type | Field and Description |
---|---|
protected ErrorCode |
_errorCode |
protected java.lang.String[] |
_errorCodeArguments |
static long |
serialVersionUID |
Constructor and Description |
---|
WSImporterException(ErrorCode errorCode_) |
WSImporterException(ErrorCode errorCode_,
java.lang.String[] errorCodeArguments_) |
WSImporterException(ErrorCode errorCode_,
java.lang.Throwable cause_) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode()
Gets the error code associated with this exception.
|
protected java.lang.Object[] |
getErrorCodeArguments()
Gets the arguments that must be used to render this exception's message
representation.
|
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public static final long serialVersionUID
protected ErrorCode _errorCode
protected java.lang.String[] _errorCodeArguments
public WSImporterException(ErrorCode errorCode_)
public WSImporterException(ErrorCode errorCode_, java.lang.String[] errorCodeArguments_)
public WSImporterException(ErrorCode errorCode_, java.lang.Throwable cause_)
public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
protected java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.