Class FailedOperationException

All Implemented Interfaces:
Serializable

public class FailedOperationException extends OperationException
Signals there was an error while executing of an operation.
See Also:
  • Constructor Details

    • FailedOperationException

      public FailedOperationException(String operationName, String additionalInfo)
      Creates an exception reporting a specific error and an identifier for the failed operation
      Parameters:
      operationName - the name of the operation in question
      additionalInfo - a short description of the error