Class OperationFailedRuntimeException
Object
Throwable
Exception
RuntimeException
AnchorRuntimeException
OperationFailedRuntimeException
- All Implemented Interfaces:
Serializable
Generic runtime exception that can be thrown when a particular operation fails.
OperationFailedRuntimeException
is a similar checked exception.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates with only a cause.OperationFailedRuntimeException
(String message) Creates with only a message. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.AnchorRuntimeException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OperationFailedRuntimeException
Creates with only a message.- Parameters:
message
- the message.
-
OperationFailedRuntimeException
Creates with only a cause.- Parameters:
cause
- the cause.
-