Class NoMoreImplementationsInOperationException

  • All Implemented Interfaces:
    DataClaySerializable, Serializable

    public class NoMoreImplementationsInOperationException
    extends DataClayException
    This class represents the exceptions produced in ClassManager module when you try to remove an implementation from an Operation that just have this implementation.
    Version:
    0.1
    See Also:
    Serialized Form
    • Constructor Detail

      • NoMoreImplementationsInOperationException

        public NoMoreImplementationsInOperationException​(ImplementationID implementationID,
                                                         OperationID operationID)
        This exception is produced when trying to remove the last implementation with ID provided from the operation with ID provided.
        Parameters:
        implementationID - ID of the implementation to remove.
        operationID - ID of the operation to remove.