Class OperationFailedRuntimeException

All Implemented Interfaces:
Serializable

public class OperationFailedRuntimeException extends AnchorRuntimeException
Generic runtime exception that can be thrown when a particular operation fails.

OperationFailedRuntimeException is a similar checked exception.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • OperationFailedRuntimeException

      public OperationFailedRuntimeException(String message)
      Creates with only a message.
      Parameters:
      message - the message.
    • OperationFailedRuntimeException

      public OperationFailedRuntimeException(Exception cause)
      Creates with only a cause.
      Parameters:
      cause - the cause.