Class ServiceError


  • public class ServiceError
    extends Object
    Since:
    1.0.0
    Author:
    Bal Vikash Sharma
    • Constructor Detail

      • ServiceError

        public ServiceError​(String errorCode,
                            String errorMessage)
        Constructor for ErrorBean.
        Parameters:
        errorCode - The error code.
        errorMessage - The error message.
      • ServiceError

        public ServiceError()