Package com.dotcms.publishing

Examples of com.dotcms.publishing.DotPublishingException


    } catch (Exception e) {
      //Updating audit table
      try {
        pubAuditAPI.updatePublishAuditStatus(config.getId(), PublishAuditStatus.Status.FAILED_TO_PUBLISH, currentStatusHistory);
      } catch (DotPublisherException e1) {
        throw new DotPublishingException(e.getMessage());
      }

      Logger.error(this.getClass(), e.getMessage(), e);
      throw new DotPublishingException(e.getMessage());

    }
  }
View Full Code Here

TOP

Related Classes of com.dotcms.publishing.DotPublishingException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.