Package er.distribution.client.exceptions

Examples of er.distribution.client.exceptions.ServerException


   */
  public Throwable distributionChannelShouldThrowServerException(EODistributionChannel channel,
      Throwable clientExceptionForServerException, String originalServerExceptionClassName, String originalServerExceptionMessage) {
   
    log.error(originalServerExceptionClassName + ": " + originalServerExceptionMessage, clientExceptionForServerException);
    return new ServerException(clientExceptionForServerException);
  }
View Full Code Here

TOP

Related Classes of er.distribution.client.exceptions.ServerException

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.