Class AuthorOperationStoppedByUserException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • AuthorOperationStoppedByUserException

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

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