Searched refs:getCause (Results 51 - 75 of 269) sorted by relevance

1234567891011

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/SSLServerSocket/
H A DDefaultSSLServSocketFac.java53 if (!(e.getCause() instanceof ClassNotFoundException)) {
/openjdk7/jdk/test/java/security/cert/CertPathValidatorException/
H A DSerial.java74 check(!cpve1.getCause().getMessage().equals(cpve2.getCause().getMessage()),
91 check(!cpve1.getCause().getMessage().equals(cpve2.getCause().getMessage()),
/openjdk7/jdk/test/javax/script/
H A DCauseExceptionTest.java46 Throwable cause = se.getCause();
/openjdk7/jdk/test/javax/swing/JPopupMenu/Separator/6547087/
H A Dbug6547087.java44 if (e.getCause() instanceof NullPointerException) {
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DStackTraceTest.java54 if (ioe.getCause() == null)
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DUseCacheAndStoreKey.java66 || le.getCause() instanceof NullPointerException) {
H A DDynamicKeytab.java95 KrbException ke = (KrbException)gsse.getCause();
113 KrbException ke = (KrbException)gsse.getCause();
127 KrbException ke = (KrbException)gsse.getCause();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DMain.java92 if( e.getCause() instanceof SAXException ) {
93 SAXException se = (SAXException) e.getCause();
/openjdk7/jdk/test/javax/management/descriptor/
H A DImmutableDescriptorSetFieldsTest.java53 if (e.getCause() instanceof IllegalArgumentException) {
76 if (e.getCause() instanceof IllegalArgumentException) {
/openjdk7/langtools/test/tools/javac/
H A DT6397286.java60 if (e.getCause() instanceof TaskEventError) {
61 TaskEventError tee = (TaskEventError) e.getCause();
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryConfigurationError.java102 public Throwable getCause() { method in class:FactoryConfigurationError
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/proxy/
H A DDelegateInvocationHandlerImpl.java60 throw ite.getCause() ;
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DMarshalException.java121 public Throwable getCause() { method in class:MarshalException
H A DNoSuchMechanismException.java122 public Throwable getCause() { method in class:NoSuchMechanismException
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/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/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/jdk/test/com/sun/jndi/ldap/
H A DLdapTimeoutTest.java99 if (e.getCause() instanceof SocketTimeoutException) {
101 } else if (e.getCause() instanceof InterruptedIOException) {
124 if (e.getCause() instanceof SocketTimeoutException) {
131 } else if (e.getCause() instanceof InterruptedIOException) {
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DExceptionTest.java51 if (!(pe.getCause() instanceof IndexOutOfBoundsException)) {
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DMissingResourceCauseTest.java53 Throwable cause = e.getCause();
/openjdk7/jdk/test/javax/management/remote/mandatory/serverError/
H A DJMXServerErrorTest.java153 if (!(jsee.getCause() instanceof KaefferError)) {
158 ": " + jsee.getCause());
171 if (!(jsee.getCause() instanceof KaefferError)) {
176 ": " + jsee.getCause());
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiator.java66 Throwable t = roe.getCause();

Completed in 75 milliseconds

1234567891011