public class InvalidActivityClassSchemaException extends AppianException
Constructor and Description |
---|
InvalidActivityClassSchemaException()
Deprecated.
|
InvalidActivityClassSchemaException(ErrorCode errorCode,
java.lang.Object... errorCodeArguments) |
InvalidActivityClassSchemaException(java.lang.String message_)
Deprecated.
|
InvalidActivityClassSchemaException(java.lang.String message_,
java.lang.Throwable t_)
Deprecated.
|
InvalidActivityClassSchemaException(java.lang.Throwable t_)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode()
Gets the error code associated with this exception.
|
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 InvalidActivityClassSchemaException(ErrorCode errorCode, java.lang.Object... errorCodeArguments)
@Deprecated public InvalidActivityClassSchemaException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)@Deprecated public InvalidActivityClassSchemaException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method@Deprecated public InvalidActivityClassSchemaException(java.lang.Throwable t_)
t_
- the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null
value is
permitted, and indicates that the cause is nonexistent or unknown.)@Deprecated public InvalidActivityClassSchemaException(java.lang.String message_, java.lang.Throwable t_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodt_
- the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null
value is
permitted, and indicates that the cause is nonexistent or unknown.)public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
public 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.