Searched defs:cause (Results 51 - 75 of 211) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DInvalidConstantPoolFormatException.java34 public InvalidConstantPoolFormatException(String message,Throwable cause) { argument
35 super(message,cause);
42 public InvalidConstantPoolFormatException(Throwable cause) { argument
43 super(cause);
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitorException.java54 * Create a MonitorException with the given message and cause.
57 * @param cause the exception causing this exception.
59 public MonitorException(String message, Throwable cause) { argument
60 super(message, cause);
64 * Create an InstrumentationException with the given cause.
66 * @param cause the exception causing this exception.
68 public MonitorException(Throwable cause) { argument
69 super(cause);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DProtocolException.java38 * cause is not initialized, and may subsequently be initialized by a call
47 * The cause is not initialized, and may subsequently be initialized by a
59 * cause.
61 * Note that the detail message associated with cause is not automatically
66 * @param cause the cause (which is saved for later retrieval by the
68 * that the cause is nonexistent or unknown.)
70 public ProtocolException(String message, Throwable cause) { argument
71 super(message, cause);
75 * Constructs a new runtime exception with the specified cause an
85 ProtocolException(Throwable cause) argument
[all...]
H A DWebServiceException.java37 * detail message. The cause is not initialized.
44 * message. The cause is not initialized.
53 * message and cause.
57 * @param cause The cause which is saved for the later
60 public WebServiceException(String message, Throwable cause) { argument
61 super(message,cause);
64 /** Constructs a new WebServiceException with the specified cause
65 * and a detail message of <tt>(cause==null ? null :
66 * cause
75 WebServiceException(Throwable cause) argument
[all...]
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathException.java39 private final Throwable cause; field in class:XPathException
50 * <p>The <code>cause</code> is not initialized.</p>
65 this.cause = null;
70 * with the specified <code>cause</code>.</p>
72 * <p>If <code>cause</code> is <code>null</code>,
75 * @param cause The cause.
77 * @throws NullPointerException if <code>cause</code> is <code>null</code>.
79 public XPathException(Throwable cause) { argument
81 this.cause
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DNoSuchSymbolException.java35 public NoSuchSymbolException(String symbol, Throwable cause) { argument
36 super(cause);
45 public NoSuchSymbolException(String symbol, String detail, Throwable cause) { argument
46 super(detail, cause);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFException.java41 public ELFException(Throwable cause) { argument
42 super(cause);
45 public ELFException(String message, Throwable cause) { argument
46 super(message, cause);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFException.java37 public COFFException(Throwable cause) { argument
38 super(cause);
45 public COFFException(String message, Throwable cause) { argument
46 super(message, cause);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DSOQLException.java32 public SOQLException(String msg, Throwable cause) { argument
33 super(msg, cause);
36 public SOQLException(Throwable cause) { argument
37 super(cause);
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLException.java57 * detail message and cause.
61 * @param cause the cause (which is saved for later retrieval by the
63 * permitted, and indicates that the cause is nonexistent or
67 public SSLException(String message, Throwable cause) { argument
69 initCause(cause);
73 * Creates a <code>SSLException</code> with the specified cause
74 * and a detail message of <tt>(cause==null ? null : cause.toString())</tt>
76 * <tt>cause</t
84 SSLException(Throwable cause) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DKeySelectorException.java36 * <p>A <code>KeySelectorException</code> can contain a cause: another
54 private Throwable cause; field in class:KeySelectorException
76 * specified detail message and cause.
78 * <code>cause</code> is <i>not</i> automatically incorporated in
82 * @param cause the cause (A <tt>null</tt> value is permitted, and
83 * indicates that the cause is nonexistent or unknown.)
85 public KeySelectorException(String message, Throwable cause) { argument
87 this.cause = cause;
100 KeySelectorException(Throwable cause) argument
[all...]
H A DMarshalException.java42 * <p>A <code>MarshalException</code> can contain a cause: another
62 private Throwable cause; field in class:MarshalException
84 * specified detail message and cause.
86 * <code>cause</code> is <i>not</i> automatically incorporated in
90 * @param cause the cause (A <tt>null</tt> value is permitted, and
91 * indicates that the cause is nonexistent or unknown.)
93 public MarshalException(String message, Throwable cause) { argument
95 this.cause = cause;
107 MarshalException(Throwable cause) argument
[all...]
H A DNoSuchMechanismException.java42 * <p>A <code>NoSuchMechanismException</code> can contain a cause: another
63 private Throwable cause; field in class:NoSuchMechanismException
85 * specified detail message and cause.
87 * <code>cause</code> is <i>not</i> automatically incorporated in
91 * @param cause the cause (A <tt>null</tt> value is permitted, and
92 * indicates that the cause is nonexistent or unknown.)
94 public NoSuchMechanismException(String message, Throwable cause) { argument
96 this.cause = cause;
108 NoSuchMechanismException(Throwable cause) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DRequestFocusController.java33 CausedFocusEvent.Cause cause);
31 acceptRequestFocus(Component from, Component to, boolean temporary, boolean focusedWindowChangeAllowed, CausedFocusEvent.Cause cause) argument
/openjdk7/jdk/src/share/classes/java/lang/
H A DError.java54 * The cause is not initialized, and may subsequently be initialized by a
63 * cause is not initialized, and may subsequently be initialized by
75 * cause. <p>Note that the detail message associated with
76 * {@code cause} is <i>not</i> automatically incorporated in
81 * @param cause the cause (which is saved for later retrieval by the
83 * permitted, and indicates that the cause is nonexistent or
87 public Error(String message, Throwable cause) { argument
88 super(message, cause);
92 * Constructs a new error with the specified cause an
104 Error(Throwable cause) argument
123 Error(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) argument
[all...]
H A DException.java50 * The cause is not initialized, and may subsequently be initialized by a
59 * cause is not initialized, and may subsequently be initialized by
71 * cause. <p>Note that the detail message associated with
72 * {@code cause} is <i>not</i> automatically incorporated in
77 * @param cause the cause (which is saved for later retrieval by the
79 * permitted, and indicates that the cause is nonexistent or
83 public Exception(String message, Throwable cause) { argument
84 super(message, cause);
88 * Constructs a new exception with the specified cause an
101 Exception(Throwable cause) argument
119 Exception(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) argument
[all...]
H A DRuntimeException.java47 * detail message. The cause is not initialized, and may subsequently be
55 * The cause is not initialized, and may subsequently be initialized by a
67 * cause. <p>Note that the detail message associated with
68 * {@code cause} is <i>not</i> automatically incorporated in
73 * @param cause the cause (which is saved for later retrieval by the
75 * permitted, and indicates that the cause is nonexistent or
79 public RuntimeException(String message, Throwable cause) { argument
80 super(message, cause);
83 /** Constructs a new runtime exception with the specified cause an
95 RuntimeException(Throwable cause) argument
114 RuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DDirectoryIteratorException.java51 * @param cause
56 * if the cause is {@code null}
58 public DirectoryIteratorException(IOException cause) { argument
59 super(Objects.requireNonNull(cause));
63 * Returns the cause of this exception.
65 * @return the cause
76 * if the object is invalid or has a cause that is not
83 Throwable cause = super.getCause();
84 if (!(cause instanceof IOException))
/openjdk7/jdk/src/share/classes/java/rmi/
H A DRemoteException.java38 * the public {@link #detail} field is now known as the <i>cause</i>, and
55 * The cause of the remote exception.
85 * message and cause. This constructor sets the {@link #detail}
89 * @param cause the cause
91 public RemoteException(String s, Throwable cause) { argument
94 detail = cause;
98 * Returns the detail message, including the message from the cause, if
113 * Returns the cause of this exception. This method returns the value
116 * @return the cause, whic
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationException.java34 * {@link #detail} field is now known as the <i>cause</i>, and may be
48 * The cause of the activation exception.
81 * detail message and cause. This constructor sets the {@link #detail}
85 * @param cause the cause
87 public ActivationException(String s, Throwable cause) { argument
90 detail = cause;
94 * Returns the detail message, including the message from the cause, if
109 * Returns the cause of this exception. This method returns the value
112 * @return the cause, whic
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerCloneException.java35 * {@link #detail} field is now known as the <i>cause</i>, and may be
50 * The cause of the exception.
76 * detail message and cause.
79 * @param cause the cause
81 public ServerCloneException(String s, Exception cause) { argument
84 detail = cause;
88 * Returns the detail message, including the message from the cause, if
103 * Returns the cause of this exception. This method returns the value
106 * @return the cause, whic
[all...]
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateException.java61 * detail message and cause.
65 * @param cause the cause (which is saved for later retrieval by the
67 * and indicates that the cause is nonexistent or unknown.)
70 public CertificateException(String message, Throwable cause) { argument
71 super(message, cause);
75 * Creates a <code>CertificateException</code> with the specified cause
76 * and a detail message of <tt>(cause==null ? null : cause.toString())</tt>
78 * <tt>cause</t
85 CertificateException(Throwable cause) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DInvalidKeySpecException.java67 * detail message and cause.
71 * @param cause the cause (which is saved for later retrieval by the
73 * and indicates that the cause is nonexistent or unknown.)
76 public InvalidKeySpecException(String message, Throwable cause) { argument
77 super(message, cause);
81 * Creates a <code>InvalidKeySpecException</code> with the specified cause
82 * and a detail message of <tt>(cause==null ? null : cause.toString())</tt>
84 * <tt>cause</t
91 InvalidKeySpecException(Throwable cause) argument
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DBatchUpdateException.java61 * The <code>cause</code> is not initialized, and may subsequently be
90 * The <code>cause</code> is not initialized, and may subsequently be
116 * The <code>cause</code> is not initialized, and may subsequently be
166 * The <code>cause</code> is not initialized, and may subsequently be
179 * a given <code>cause</code>.
184 * <code>cause==null</code> or to <code>cause.toString()</code> if
185 * <code>cause!=null</code>.
186 * @param cause the underlying reason for this <code>SQLException</code>
188 * may be null indicating the cause i
191 BatchUpdateException(Throwable cause) argument
217 BatchUpdateException(int []updateCounts , Throwable cause) argument
241 BatchUpdateException(String reason, int []updateCounts, Throwable cause) argument
265 BatchUpdateException(String reason, String SQLState, int []updateCounts, Throwable cause) argument
292 BatchUpdateException(String reason, String SQLState, int vendorCode, int []updateCounts,Throwable cause) argument
[all...]
H A DSQLClientInfoException.java60 * The <code>cause</code> is not initialized, and may subsequently be
78 * The <code>cause</code> is not initialized, and may subsequently be
99 * a given <code>cause</code> and <code>failedProperties</code>.
102 * <code>cause==null</code> or to <code>cause.toString()</code> if
103 * <code>cause!=null</code> and the vendor code is initialized to 0.
113 * @param cause the (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
114 * the cause is non-existent or unknown.
119 Throwable cause) {
121 super(cause !
118 SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
174 SQLClientInfoException(String reason, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
231 SQLClientInfoException(String reason, String SQLState, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
292 SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
[all...]

Completed in 96 milliseconds

123456789