Searched refs:BadSecretException (Results 1 – 4 of 4) sorted by relevance
22 public class BadSecretException extends PoloException { class24 public BadSecretException() { in BadSecretException() method in BadSecretException28 public BadSecretException(String message, Throwable cause) { in BadSecretException() method in BadSecretException32 public BadSecretException(String message) { in BadSecretException() method in BadSecretException36 public BadSecretException(Throwable cause) { in BadSecretException() method in BadSecretException
21 import com.google.polo.exception.BadSecretException;503 throw new BadSecretException("Secret failed local check."); in doPairingPhase()520 throw new BadSecretException("Inband secret did not match. " + in doPairingPhase()553 throw new BadSecretException("Inband secret did not match. " + in doPairingPhase()
19 import com.google.polo.exception.BadSecretException;402 } else if (exception instanceof BadSecretException) { in getErrorJson()
19 import com.google.polo.exception.BadSecretException;266 } else if (e instanceof BadSecretException) { in sendErrorMessage()