HomeSort by relevance Sort by last modified time
    Searched defs:ProtocolErrorException (Results 1 - 2 of 2) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/exception/
ProtocolErrorException.java 22 public class ProtocolErrorException extends PoloException {
24 public ProtocolErrorException() {
28 public ProtocolErrorException(String message, Throwable cause) {
32 public ProtocolErrorException(String message) {
36 public ProtocolErrorException(Throwable cause) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 22 import com.google.polo.exception.ProtocolErrorException;
133 throw new ProtocolErrorException();

Completed in 163 milliseconds