HomeSort by relevance Sort by last modified time
    Searched refs:cause (Results 126 - 150 of 1260) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteException.java 32 public SQLiteException(String error, Throwable cause) {
33 super(error, cause);
  /frameworks/base/core/java/android/os/
BadParcelableException.java 28 public BadParcelableException(Exception cause) {
29 super(cause);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
TimeoutRuntimeException.java 30 public TimeoutRuntimeException(String message, Throwable cause) {
31 super(message, cause);
  /libcore/dex/src/main/java/com/android/dex/
DexException.java 30 public DexException(Throwable cause) {
31 super(cause);
  /libcore/luni/src/main/java/java/io/
InterruptedIOException.java 48 * Constructs a new instance with given detail message and cause.
51 public InterruptedIOException(String detailMessage, Throwable cause) {
52 super(detailMessage, cause);
  /libcore/luni/src/main/java/java/lang/
LinkageError.java 50 * Constructs a new {@code LinkageError} with the given detail message and cause.
53 public LinkageError(String detailMessage, Throwable cause) {
54 super(detailMessage, cause);
TypeNotPresentException.java 39 * @param cause
40 * the optional cause of this exception, may be {@code null}.
42 public TypeNotPresentException(String typeName, Throwable cause) {
43 super("Type " + typeName + " not present", cause);
  /libcore/luni/src/main/java/java/net/
BindException.java 45 * Constructs a new instance with the given detail message and cause.
48 public BindException(String detailMessage, Throwable cause) {
49 super(detailMessage, cause);
ConnectException.java 45 * Constructs a new instance with the given detail message and cause.
48 public ConnectException(String detailMessage, Throwable cause) {
49 super(detailMessage, cause);
NoRouteToHostException.java 46 * Constructs a new instance with given detail message and cause.
49 public NoRouteToHostException(String detailMessage, Throwable cause) {
50 super(detailMessage, cause);
PortUnreachableException.java 45 * Constructs a new instance with given detail message and cause.
48 public PortUnreachableException(String detailMessage, Throwable cause) {
49 super(detailMessage, cause);
ProtocolException.java 43 * Constructs a new instance with given detail message and cause.
46 public ProtocolException(String detailMessage, Throwable cause) {
47 super(detailMessage, cause);
  /libcore/luni/src/main/java/java/sql/
SQLDataException.java 80 * if cause == null or cause.toString() if cause!=null,and the cause
81 * Throwable object is set to the given cause Throwable object.
83 * @param cause
87 public SQLDataException(Throwable cause) {
88 super(cause);
93 * and the cause Throwable object is set to the given cause Throwabl
    [all...]
SQLFeatureNotSupportedException.java 81 * set to the null if cause == null or cause.toString() if cause!=null,and
82 * the cause Throwable object is set to the given cause Throwable object.
84 * @param cause
88 public SQLFeatureNotSupportedException(Throwable cause) {
89 super(cause);
94 * set to the given and the cause Throwable object is set to the given cause
    [all...]
SQLIntegrityConstraintViolationException.java 85 * string is set to the null if cause == null or cause.toString() if
86 * cause!=null,and the cause Throwable object is set to the given cause
89 * @param cause
93 public SQLIntegrityConstraintViolationException(Throwable cause) {
94 super(cause);
99 * string is set to the given and the cause Throwable object is set to the
100 * given cause Throwable object
    [all...]
SQLInvalidAuthorizationSpecException.java 84 * is set to the null if cause == null or cause.toString() if
85 * cause!=null,and the cause Throwable object is set to the given cause
88 * @param cause
92 public SQLInvalidAuthorizationSpecException(Throwable cause) {
93 super(cause);
98 * is set to the given and the cause Throwable object is set to the given
99 * cause Throwable object
    [all...]
SQLNonTransientConnectionException.java 23 * retried without the cause of the failure being corrected.
84 * is set to the null if cause == null or cause.toString() if
85 * cause!=null,and the cause Throwable object is set to the given cause
88 * @param cause
92 public SQLNonTransientConnectionException(Throwable cause) {
93 super(cause);
98 * is set to the given and the cause Throwable object is set to the give
    [all...]
SQLNonTransientException.java 76 * the null if cause == null or cause.toString() if cause!=null,and the
77 * cause Throwable object is set to the given cause Throwable object.
79 * @param cause
83 public SQLNonTransientException(Throwable cause) {
84 super(cause);
89 * the given and the cause Throwable object is set to the given cause
    [all...]
SQLRecoverableException.java 76 * the null if cause == null or cause.toString() if cause!=null,and the
77 * cause Throwable object is set to the given cause Throwable object.
79 * @param cause
83 public SQLRecoverableException(Throwable cause) {
84 super(cause);
89 * the given and the cause Throwable object is set to the given cause
    [all...]
SQLSyntaxErrorException.java 76 * the null if cause == null or cause.toString() if cause!=null,and the
77 * cause Throwable object is set to the given cause Throwable object.
79 * @param cause
83 public SQLSyntaxErrorException(Throwable cause) {
84 super(cause);
89 * the given and the cause Throwable object is set to the given cause
    [all...]
SQLTimeoutException.java 75 * null if cause == null or cause.toString() if cause!=null,and the cause
76 * Throwable object is set to the given cause Throwable object.
78 * @param cause
82 public SQLTimeoutException(Throwable cause) {
83 super(cause);
88 * given and the cause Throwable object is set to the given cause Throwabl
    [all...]
SQLTransactionRollbackException.java 77 * set to the null if cause == null or cause.toString() if cause!=null,and
78 * the cause Throwable object is set to the given cause Throwable object.
80 * @param cause
84 public SQLTransactionRollbackException(Throwable cause) {
85 super(cause);
90 * set to the given and the cause Throwable object is set to the given cause
    [all...]
SQLTransientConnectionException.java 77 * set to the null if cause == null or cause.toString() if cause!=null,and
78 * the cause Throwable object is set to the given cause Throwable object.
80 * @param cause
84 public SQLTransientConnectionException(Throwable cause) {
85 super(cause);
90 * set to the given and the cause Throwable object is set to the given cause
    [all...]
SQLTransientException.java 75 * null if cause == null or cause.toString() if cause!=null,and the cause
76 * Throwable object is set to the given cause Throwable object.
78 * @param cause
82 public SQLTransientException(Throwable cause) {
83 super(cause);
88 * given and the cause Throwable object is set to the given cause Throwabl
    [all...]
  /libcore/luni/src/main/java/java/util/
ServiceConfigurationError.java 36 * Constructs a new error with the given detail message and cause.
38 * @param cause the cause, null
40 public ServiceConfigurationError(String message, Throwable cause) {
41 super(message, cause);

Completed in 1351 milliseconds

1 2 3 4 56 7 8 91011>>