Searched defs:ServiceException (Results 1 – 2 of 2) sorted by relevance
38 public class ServiceException extends Exception { class41 public ServiceException(final String message) { in ServiceException() method in ServiceException45 public ServiceException(final Throwable cause) { in ServiceException() method in ServiceException49 public ServiceException(final String message, final Throwable cause) { in ServiceException() method in ServiceException
66 class ServiceException(Exception): class