Class AuthorOperationStoppedByUserException

All Implemented Interfaces:
Serializable

@API(type=EXTENDABLE, src=PUBLIC) public class AuthorOperationStoppedByUserException extends AuthorOperationException
An exception thrown by an AuthorOperation when it interacts with the user and the user cancels it.
See Also:
  • Constructor Details

    • AuthorOperationStoppedByUserException

      public AuthorOperationStoppedByUserException(String message)
      Constructor.
      Parameters:
      message - The error message.
    • AuthorOperationStoppedByUserException

      public AuthorOperationStoppedByUserException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The error message.
      cause - The cause of the exception.