Class DuplicateWebServiceNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.exceptions.AppianException
com.appiancorp.suiteapi.common.exceptions.DuplicateWebServiceNameException
- All Implemented Interfaces:
Serializable
Exception that is thrown if the user tries to create a web service to
start a process model, and a web service with the same name already exists.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructs a new exception using the default ErrorCode for this ExceptionDuplicateWebServiceNameException
(ErrorCode errorCode_) Initializes the exception with a specificErrorCode
DuplicateWebServiceNameException
(ErrorCode errorCode_, Throwable cause_) -
Method Summary
Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianException
getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
_errorCode
-
-
Constructor Details
-
DuplicateWebServiceNameException
Initializes the exception with a specificErrorCode
- Parameters:
errorCode_
- the error code to use
-
DuplicateWebServiceNameException
-
DuplicateWebServiceNameException
public DuplicateWebServiceNameException()Constructs a new exception using the default ErrorCode for this Exception
-
-
Method Details
-
getErrorCode
Returns this exception's errorCode- Overrides:
getErrorCode
in classAppianException
- See Also:
-