Package ro.sync.ecss.extensions.api
Class AuthorOperationStoppedByUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.AuthorOperationException
ro.sync.ecss.extensions.api.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 Summary
ConstructorsConstructorDescriptionConstructor.AuthorOperationStoppedByUserException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class ro.sync.ecss.extensions.api.AuthorOperationException
isOperationRejectedOnPurpose, setOperationRejectedOnPurpose
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorOperationStoppedByUserException
Constructor.- Parameters:
message
- The error message.
-
AuthorOperationStoppedByUserException
Constructor.- Parameters:
message
- The error message.cause
- The cause of the exception.
-