OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessageInvalidException
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java
157
public class
MessageInvalidException
extends Exception {
158
public
MessageInvalidException
(final String message) {
318
} catch (final
MessageInvalidException
e) {
458
private final HttpUriRequest makeRequest() throws IOException,
MessageInvalidException
{
488
protected abstract HttpEntity getRequestEntity() throws IOException,
MessageInvalidException
;
[
all
...]
EasOutboxSync.java
101
protected HttpEntity getRequestEntity() throws IOException,
MessageInvalidException
{
116
throw new
MessageInvalidException
("Failure writing to temp file");
Completed in 148 milliseconds