Package org.openqreg.exception

Examples of org.openqreg.exception.NoServiceException


  protected void noService(String userId, String service)
      throws NoServiceException {
    // The user did not have access to the service
    abuseLog.log(Level.INFO, "No access to:" + service + " userId: "
        + userId);
    throw new NoServiceException("No access to service");
  }
View Full Code Here

TOP

Related Classes of org.openqreg.exception.NoServiceException

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.