public class InvalidJMSDestinationException extends AppianException
Modifier and Type | Field and Description |
---|---|
protected ErrorCode |
_errorCode |
protected java.lang.Object[] |
_errorCodeArguments |
static long |
serialVersionUID |
Constructor and Description |
---|
InvalidJMSDestinationException(java.lang.String destination) |
InvalidJMSDestinationException(java.lang.Throwable cause,
java.lang.String destination) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestination() |
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.
|
void |
setErrorCodeArguments(java.lang.Object[] errorCodeArguments) |
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public static final long serialVersionUID
protected ErrorCode _errorCode
protected java.lang.Object[] _errorCodeArguments
public InvalidJMSDestinationException(java.lang.String destination)
public InvalidJMSDestinationException(java.lang.Throwable cause, java.lang.String destination)
public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
public void setErrorCodeArguments(java.lang.Object[] errorCodeArguments)
protected java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
public java.lang.String getDestination()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.