Package uk.gov.gchq.gaffer.operation
Class OperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- uk.gov.gchq.gaffer.operation.OperationException
-
- All Implemented Interfaces:
Serializable
public class OperationException extends GafferCheckedException
AnOperationException
is thrown when an operation fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationException(String message)
OperationException(String message, Throwable e)
OperationException(String message, Throwable e, Status status)
OperationException(String message, Status status)
OperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.core.exception.GafferCheckedException
getStatus, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-