Ejemplo n.º 1
0
 /**
  * Validate the request.
  *
  * @throws ServiceLocalException the service local exception
  * @throws Exception the exception
  */
 @Override
 protected void validate() throws ServiceLocalException, Exception {
   super.validate();
   EwsUtilities.validateNonBlankStringParam(this.getSubscriptionId(), "SubscriptionId");
 }