AppianException
@Deprecated public class AppianException extends AppianException
Constructor and Description |
---|
AppianException()
Deprecated.
Constructs a new
AppianException
with an empty string as its detail message. |
AppianException(ErrorCode errorCode,
java.lang.Object... errorCodeArgs)
Deprecated.
|
AppianException(ErrorCode errorCode,
java.lang.Throwable cause)
Deprecated.
|
AppianException(ErrorCode errorCode,
java.lang.Throwable cause,
java.lang.Object... errorCodeArgs)
Deprecated.
|
AppianException(java.lang.String message)
Deprecated.
this constructor will be removed in future releases, as all
exception messages must be associated via an error code.
|
AppianException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
this constructor will be removed in future releases, as all
exception messages must be associated via an error code.
|
AppianException(java.lang.Throwable cause)
Deprecated.
Constructs a new
AppianException as a wrapper around the
Throwable passed in with a detail message of
(cause==null ? |
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public AppianException()
AppianException
with an empty string as its detail message.@Deprecated public AppianException(java.lang.String message)
public AppianException(java.lang.Throwable cause)
AppianException
as a wrapper around the
Throwable
passed in with a detail message of
(cause==null ? "" : cause.toString())
.cause
- the cause, or the Throwable
that caused this
AppianException
to get thrown@Deprecated public AppianException(java.lang.String message, java.lang.Throwable cause)
@Deprecated public AppianException(ErrorCode errorCode, java.lang.Throwable cause)
@Deprecated public AppianException(ErrorCode errorCode, java.lang.Object... errorCodeArgs)
@Deprecated public AppianException(ErrorCode errorCode, java.lang.Throwable cause, java.lang.Object... errorCodeArgs)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.