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:
java.io.Serializable
@API(type=EXTENDABLE, src=PUBLIC) public class AuthorOperationStoppedByUserException extends AuthorOperationException
An exception thrown by anAuthorOperation
when it interacts with the user and the user cancels it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorOperationStoppedByUserException(java.lang.String message)
Constructor.AuthorOperationStoppedByUserException(java.lang.String message, java.lang.Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class ro.sync.ecss.extensions.api.AuthorOperationException
isOperationRejectedOnPurpose, setOperationRejectedOnPurpose
-
-
-
-
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.
-
-