Class SelfCertificationException

All Implemented Interfaces:
Serializable

public class SelfCertificationException extends CertificationServiceException implements Serializable
This exception is thrown by Certification service layer to indicate either self certification is not allowed or there is some problem. This could be if reviewer is being self certified and self certification is disabled in configuration.
See Also:
  • Constructor Details

    • SelfCertificationException

      public SelfCertificationException(String errorCode, String[] errorData)