Package ro.sync.ecss.extensions.commons
Class PasteAsReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.AuthorOperationException
ro.sync.ecss.extensions.commons.PasteAsReferenceException
- All Implemented Interfaces:
Serializable
@API(type=INTERNAL,
src=PUBLIC)
public class PasteAsReferenceException
extends AuthorOperationException
Exception for when pasting as reference doesn't work properly.
- See Also:
-
Constructor Summary
Constructors -
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
-
PasteAsReferenceException
Constructor.- Parameters:
message
- The message of the exception.
-