public class InvalidEventException extends AppianException
Constructor and Description |
---|
InvalidEventException()
Constructs a new exception with
null as its detail message. |
InvalidEventException(java.lang.String message_)
Constructs a new exception with the specified detail message.
|
InvalidEventException(java.lang.String message_,
java.lang.Throwable cause_)
Constructs a new exception with the specified detail message
and cause.
|
InvalidEventException(java.lang.Throwable cause_)
Constructs a new exception with the specified cause and a
detail message of (cause==null ?
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidEventException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)public InvalidEventException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodpublic InvalidEventException(java.lang.Throwable cause_)
cause_
- 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 InvalidEventException(java.lang.String message_, java.lang.Throwable cause_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodcause_
- 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.)Copyright © 2003-2024 Appian Corporation. All Rights Reserved.