Searched defs:getCause (Results 26 - 50 of 54) sorted by relevance

123

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPException.java122 public Throwable getCause() { method in class:SOAPException
142 * {@link #getCause()} method. A <tt>null</tt> value is
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DPropagatedException.java47 public RuntimeException getCause() { method in class:PropagatedException
48 return (RuntimeException)super.getCause();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXNIException.java93 public Throwable getCause() { method in class:XNIException
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryConfigurationError.java132 public Throwable getCause() { method in class:FactoryConfigurationError
H A DFactoryFinder.java359 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryConfigurationError.java102 public Throwable getCause() { method in class:FactoryConfigurationError
H A DFactoryFinder.java393 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactoryConfigurationError.java127 public Throwable getCause() { method in class:TransformerFactoryConfigurationError
H A DTransformerException.java67 * @see #getCause
78 public Throwable getCause() { method in class:TransformerException
97 * {@link #getCause()} method). (A <code>null</code> value is
H A DFactoryFinder.java390 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DSaslException.java80 * @see #getCause
90 * Override Throwable.getCause() to ensure deserialized object from
91 * JSR 28 would return same value for getCause() (i.e., _exception).
93 public Throwable getCause() { method in class:SaslException
98 * Override Throwable.initCause() to match getCause() by updating
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DURIReferenceException.java154 public Throwable getCause() { method in class:URIReferenceException
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransformException.java116 public Throwable getCause() { method in class:TransformException
H A DXMLSignatureException.java113 public Throwable getCause() { method in class:XMLSignatureException
/openjdk7/jdk/src/share/classes/com/sun/java/browser/dom/
H A DDOMAccessException.java82 public Throwable getCause() method in class:DOMAccessException
H A DDOMUnsupportedException.java82 public Throwable getCause() method in class:DOMUnsupportedException
/openjdk7/jaxp/src/org/xml/sax/
H A DSAXException.java154 public Throwable getCause() { method in class:SAXException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DSAXParseException2.java54 public Throwable getCause() { method in class:SAXParseException2
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/
H A DSOAPExceptionImpl.java127 public Throwable getCause() { method in class:SOAPExceptionImpl
147 * {@link #getCause()} method. A <tt>null</tt> value is
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBException.java181 public Throwable getCause() { method in class:JAXBException
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMException.java74 * @see #getCause
85 public Throwable getCause() { method in class:DTMException
104 * {@link #getCause()} method). (A <tt>null</tt> value is
328 Throwable.class.getMethod("getCause", (Class[]) null);
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java362 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jdk/src/share/classes/sun/awt/
H A DCausedFocusEvent.java58 public Cause getCause() { method in class:CausedFocusEvent
86 (e instanceof CausedFocusEvent) ? ((CausedFocusEvent)e).getCause() : Cause.RETARGETED);
/openjdk7/jdk/src/share/classes/javax/naming/
H A DNamingException.java52 * <i>cause</i> returned by the {@link Throwable#getCause()} method.
106 * The {@link #initCause(Throwable)} and {@link #getCause()} methods
113 * @see #getCause
313 * The {@link #getCause()} method is now the preferred means of obtaining
321 * @see #getCause
359 public Throwable getCause() { method in class:NamingException
371 * the {@link #getCause()} method. A <tt>null</tt> value
378 * @see #getCause
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMIMEPartStreamingDataHandler.java125 public Throwable getCause() { method in class:MIMEPartStreamingDataHandler.MyIOException

Completed in 82 milliseconds

123