public class OperationFailedException
extends java.lang.Exception
Operation.process()
.
Note that a failure due to missing or wrong parameters must
lead to the dedicated exception classes
WrongParameterException
or MissingParameterException
being thrown.Constructor and Description |
---|
OperationFailedException(java.lang.String message) |