public final class OperationExecutionException extends RequestExecutionException
Constructor and Description |
---|
OperationExecutionException(java.lang.String msg)
Creates an
OperationExecutionException with the specified message. |
Modifier and Type | Method and Description |
---|---|
static OperationExecutionException |
create(char operator,
java.util.List<AbstractType<?>> argTypes,
java.lang.Exception e)
Creates a new
OperationExecutionException for the specified operation. |
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public OperationExecutionException(java.lang.String msg)
OperationExecutionException
with the specified message.msg
- the error messagepublic static OperationExecutionException create(char operator, java.util.List<AbstractType<?>> argTypes, java.lang.Exception e)
OperationExecutionException
for the specified operation.operator
- the operatorargTypes
- the argument typese
- the original ExceptionOperationExecutionException
for the specified operationCopyright © 2009-2021 The Apache Software Foundation