Searched refs:NotOnlyOneSignatureException (Results 1 – 1 of 1) sorted by relevance
177 throw new NotOnlyOneSignatureException("The client has more than one signature!"); in hasAccessToService()181 } catch (NameNotFoundException | NoSuchAlgorithmException | NotOnlyOneSignatureException e) { in hasAccessToService()223 private static class NotOnlyOneSignatureException extends Exception { class in SimulatorService224 public NotOnlyOneSignatureException(String desc) { in NotOnlyOneSignatureException() method in SimulatorService.NotOnlyOneSignatureException