OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtocolErrorException
(Results
1 - 5
of
5
) 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/pairing/
PairingSession.java
24
import com.google.polo.exception.
ProtocolErrorException
;
405
} catch (
ProtocolErrorException
e) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java
22
import com.google.polo.exception.
ProtocolErrorException
;
121
throw new
ProtocolErrorException
("Peer reported an error.");
/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
();
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java
20
import com.google.polo.exception.
ProtocolErrorException
;
143
throw new
ProtocolErrorException
("Peer reported an error.");
Completed in 177 milliseconds