OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serviceexception
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ServiceException.java
38
public class
ServiceException
extends Exception {
41
public
ServiceException
(final String message) {
45
public
ServiceException
(final Throwable cause) {
49
public
ServiceException
(final String message, final Throwable cause) {
BlockingService.java
48
* {@link
ServiceException
} if there is a failure, rather than passing the
53
Message request) throws
ServiceException
;
BlockingRpcChannel.java
50
Message responsePrototype) throws
ServiceException
;
/external/protobuf/java/src/main/java/com/google/protobuf/
ServiceException.java
38
public final class
ServiceException
extends Exception {
41
public
ServiceException
(final String message) {
BlockingService.java
48
* {@link
ServiceException
} if there is a failure, rather than passing the
53
Message request) throws
ServiceException
;
BlockingRpcChannel.java
50
Message responsePrototype) throws
ServiceException
;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc
227
" throws com.google.protobuf.
ServiceException
{\n"
447
" throws com.google.protobuf.
ServiceException
");
/external/protobuf/src/google/protobuf/compiler/java/
java_service.cc
218
" throws com.google.protobuf.
ServiceException
{\n"
438
" throws com.google.protobuf.
ServiceException
");
/external/protobuf/
Makefile.am
94
java/src/main/java/com/google/protobuf/
ServiceException
.java \
Makefile.in
338
java/src/main/java/com/google/protobuf/
ServiceException
.java \
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java
198
public void testNewReflectiveBlockingService() throws
ServiceException
{
/external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java
198
public void testNewReflectiveBlockingService() throws
ServiceException
{
/prebuilts/misc/linux-x86/protobuf/
aprotoc
Completed in 242 milliseconds