public class DuplicateWebServiceNameException extends AppianException
Modifier and Type | Field and Description |
---|---|
protected ErrorCode |
_errorCode |
Constructor and Description |
---|
DuplicateWebServiceNameException()
Constructs a new exception using the default ErrorCode for this Exception
|
DuplicateWebServiceNameException(ErrorCode errorCode_)
Initializes the exception with a specific
ErrorCode |
DuplicateWebServiceNameException(ErrorCode errorCode_,
java.lang.Throwable cause_) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode()
Returns this exception's errorCode
|
getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
protected ErrorCode _errorCode
public DuplicateWebServiceNameException(ErrorCode errorCode_)
ErrorCode
errorCode_
- the error code to usepublic DuplicateWebServiceNameException(ErrorCode errorCode_, java.lang.Throwable cause_)
public DuplicateWebServiceNameException()
public ErrorCode getErrorCode()
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.