Searched defs:message (Results 51 - 75 of 2476) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/
H A DProtocolException.java36 * For example a malformed status line or headers, a missing message body, etc.
52 * Creates a new ProtocolException with a <tt>null</tt> detail message.
59 * Creates a new ProtocolException with the specified detail message.
61 * @param message The exception detail message
63 public ProtocolException(String message) { argument
64 super(message);
68 * Creates a new ProtocolException with the specified detail message and cause.
70 * @param message the exception detail message
74 ProtocolException(String message, Throwable cause) argument
[all...]
H A DUnsupportedHttpVersionException.java54 * Creates an exception without a detail message.
61 * Creates an exception with the specified detail message.
63 * @param message The exception detail message
65 public UnsupportedHttpVersionException(final String message) { argument
66 super(message);
/external/apache-http/src/org/apache/http/client/
H A DNonRepeatableRequestException.java53 * Creates a new NonRepeatableEntityException with a <tt>null</tt> detail message.
60 * Creates a new NonRepeatableEntityException with the specified detail message.
62 * @param message The exception detail message
64 public NonRepeatableRequestException(String message) { argument
65 super(message);
/external/apache-http/src/org/apache/http/conn/
H A DConnectTimeoutException.java54 * Creates a ConnectTimeoutException with a <tt>null</tt> detail message.
61 * Creates a ConnectTimeoutException with the specified detail message.
63 * @param message The exception detail message
65 public ConnectTimeoutException(final String message) { argument
66 super(message);
H A DConnectionPoolTimeoutException.java52 * Creates a ConnectTimeoutException with a <tt>null</tt> detail message.
59 * Creates a ConnectTimeoutException with the specified detail message.
61 * @param message The exception detail message
63 public ConnectionPoolTimeoutException(String message) { argument
64 super(message);
/external/apache-http/src/org/apache/http/io/
H A DHttpMessageWriter.java40 * Generic message writer interface.
55 void write(HttpMessage message) argument
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathProcessorException.java34 * an error message.
35 * @param message The error message.
37 public XPathProcessorException(String message) argument
39 super(message);
45 * an error message, and another exception
47 * @param message The error message.
50 public XPathProcessorException(String message, Exception e) argument
52 super(message,
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Exception.java10 ASN1Exception(String message) argument
12 super(message);
15 ASN1Exception(String message, Throwable cause) argument
17 super(message);
H A DASN1ParsingException.java8 public ASN1ParsingException(String message) argument
10 super(message);
13 public ASN1ParsingException(String message, Throwable cause) argument
15 super(message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DCryptoException.java19 * create a CryptoException with the given message.
21 * @param message the message to be carried with the exception.
24 String message)
26 super(message);
30 * Create a CryptoException with the given message and underlying cause.
32 * @param message message describing exception.
36 String message,
39 super(message);
23 CryptoException( String message) argument
35 CryptoException( String message, Throwable cause) argument
[all...]
H A DInvalidCipherTextException.java5 * message.
18 * create a InvalidCipherTextException with the given message.
20 * @param message the message to be carried with the exception.
23 String message)
25 super(message);
29 * create a InvalidCipherTextException with the given message.
31 * @param message the message to be carried with the exception.
35 String message,
22 InvalidCipherTextException( String message) argument
34 InvalidCipherTextException( String message, Throwable cause) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtCertificateEncodingException.java10 ExtCertificateEncodingException(String message, Throwable cause) argument
12 super(message);
/external/chromium_org/chrome/browser/ui/android/
H A Dsimple_message_box_android.cc13 const base::string16& message,
11 ShowMessageBox(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, MessageBoxType type) argument
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.cc12 const std::string& message)
13 : timestamp(time), message(message) {}
23 message.c_str());
11 WebRtcLoggingMessageData(base::Time time, const std::string& message) argument
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_event_details.h28 // The message to show in event logs.
29 std::string message; member in struct:translate::TranslateEventDetails
/external/chromium_org/content/child/
H A Dchild_resource_message_filter.cc23 const IPC::Message& message) {
24 if (message.type() == ResourceMsg_RequestComplete::ID ||
25 message.type() == ResourceMsg_ReceivedResponse::ID ||
26 message.type() == ResourceMsg_ReceivedRedirect::ID) {
22 OnMessageReceived( const IPC::Message& message) argument
/external/chromium_org/content/renderer/media/
H A Dwebrtc_logging.cc28 void WebRtcLogMessage(const std::string& message) { argument
30 g_webrtc_logging_delegate->LogMessage(message);
/external/chromium_org/dbus/
H A Dscoped_dbus_error.h25 const char* message() { return error_.message; } function in class:dbus::ScopedDBusError
/external/chromium_org/extensions/common/permissions/
H A Dpermission_message.cc13 PermissionMessage::ID id, const base::string16& message)
15 message_(message) {
20 const base::string16& message,
23 message_(message),
12 PermissionMessage( PermissionMessage::ID id, const base::string16& message) argument
18 PermissionMessage( PermissionMessage::ID id, const base::string16& message, const base::string16& details) argument
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dno_interface.cc11 bool NoInterfaceStub::Accept(Message* message) { argument
15 bool NoInterfaceStub::AcceptWithResponder(Message* message, argument
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DDeserializationException.java8 * Error when deserializing a mojo message.
13 * Constructs a new deserialization exception with the specified detail message.
15 public DeserializationException(String message) { argument
16 super(message);
H A DSerializationException.java8 * Error that can be thrown when serializing a mojo message.
13 * Constructs a new serialization exception with the specified detail message.
15 public SerializationException(String message) { argument
16 super(message);
/external/chromium_org/remoting/protocol/
H A Dauthenticator.cc19 bool Authenticator::IsAuthenticatorMessage(const buzz::XmlElement* message) { argument
20 return message->Name() == kAuthenticationQName;
31 const buzz::XmlElement* message) {
32 return message->FirstNamed(kAuthenticationQName);
30 FindAuthenticatorMessage( const buzz::XmlElement* message) argument
/external/chromium_org/sync/util/
H A Dtest_unrecoverable_error_handler.cc17 const std::string& message) {
19 << from_here.function_name() << ": " << message;
15 OnUnrecoverableError( const tracked_objects::Location& from_here, const std::string& message) argument
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DNavigatorUserMediaError.cpp36 NavigatorUserMediaError* NavigatorUserMediaError::create(Name name, const String& message, const String& constraintName) argument
49 return new NavigatorUserMediaError(nameString, message, constraintName);

Completed in 7152 milliseconds

1234567891011>>