public class InvalidOperationException extends AppianException
This exception may be thrown by service methods when the given method does not support a particular operation - for instance, it may be thrown when attempting to delete a collaboration folder that contains documents.
Constructor and Description |
---|
InvalidOperationException()
Constructs a new InvalidOperationException with null as its detail
message.
|
InvalidOperationException(java.lang.String message_)
Constructs a new InvalidOperationException with the specified detail
message.
|
InvalidOperationException(java.lang.String message_,
java.lang.Throwable t_)
Constructs a new InvalidOperationException with the specified detail
message and cause.
|
InvalidOperationException(java.lang.Throwable t_)
Constructs a new InvalidOperationException with the specified cause
and a detail message of (cause==null ?
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidOperationException()
public InvalidOperationException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodpublic InvalidOperationException(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.)public InvalidOperationException(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.