public class DuplicateIdException extends AppianException
This exception may be thrown by service methods detecting that a given id is not unique. (There are other entities that exist with the given id).
Constructor and Description |
---|
DuplicateIdException()
Deprecated.
|
DuplicateIdException(ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
DuplicateIdException(ErrorCode errorCode,
java.lang.Throwable cause) |
DuplicateIdException(ErrorCode errorCode,
java.lang.Throwable cause,
java.lang.Object... errorCodeArgs) |
DuplicateIdException(java.lang.String message_)
Deprecated.
|
DuplicateIdException(java.lang.String message_,
java.lang.Throwable t_)
Deprecated.
|
DuplicateIdException(java.lang.Throwable t_)
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 DuplicateIdException(ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public DuplicateIdException(ErrorCode errorCode, java.lang.Throwable cause, java.lang.Object... errorCodeArgs)
public DuplicateIdException(ErrorCode errorCode, java.lang.Throwable cause)
@Deprecated public DuplicateIdException()
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 DuplicateIdException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() methodpublic DuplicateIdException(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 DuplicateIdException(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.)Copyright © 2003-2024 Appian Corporation. All Rights Reserved.