ro.sync.ecss.extensions.api
Class AuthorOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.AuthorOperationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AuthorOperationStoppedByUserException
public class AuthorOperationException
- extends java.lang.Exception
An exception thrown by an AuthorOperation
when it fails.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthorOperationException
public AuthorOperationException(java.lang.String message)
- Constructor.
- Parameters:
message
- The error message.
AuthorOperationException
public AuthorOperationException(java.lang.String message,
java.lang.Throwable cause)
- Constructor.
- Parameters:
message
- The error message.cause
- The cause of the exception.
setOperationRejectedOnPurpose
public void setOperationRejectedOnPurpose(boolean operationRejected)
- Parameters:
operationRejected
- The operationRejected to set.
isOperationRejectedOnPurpose
public boolean isOperationRejectedOnPurpose()
- Returns:
true
if the operation was rejected by the schema aware actions. It is not a programming mistake.
© Copyright SyncRO Soft SRL 2002 - 2010.