Class NotYetCompletedException

All Implemented Interfaces:
Serializable

public class NotYetCompletedException extends CertificationServiceException implements Serializable
This exception is thrown by Certification service layer to indicate that it is unable to complete the certification because the corresponding tasks are not complete.
See Also:
  • Constructor Details

    • NotYetCompletedException

      public NotYetCompletedException(String errorCode, String[] errorData)