Home
last modified time | relevance | path

Searched refs:initCause (Results 1 – 25 of 39) sorted by relevance

12

/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMInputCapsule.java132 io.initCause(nfe); in readByte()
136 io.initCause(de); in readByte()
171 io.initCause(nfe); in readByteArray()
175 io.initCause(de); in readByteArray()
217 io.initCause(nfe); in readByteArray2D()
221 io.initCause(de); in readByteArray2D()
233 io.initCause(nfe); in readInt()
237 io.initCause(de); in readInt()
271 io.initCause(nfe); in readIntArray()
275 io.initCause(de); in readIntArray()
[all …]
DXMLImporter.java99 ex.initCause(e); in load()
103 ex.initCause(e); in load()
DXMLExporter.java75 e.initCause(ex); in save()
/external/javassist/src/main/javassist/
DCannotCompileException.java38 public synchronized Throwable initCause(Throwable cause) { in initCause() method in CannotCompileException
63 initCause(null); in CannotCompileException()
75 initCause(e); in CannotCompileException()
87 initCause(e); in CannotCompileException()
/external/apache-http/src/org/apache/http/client/
DClientProtocolException.java51 initCause(cause); in ClientProtocolException()
56 initCause(cause); in ClientProtocolException()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
DAuthenticationManager.java85 throw (IOException) new IOException("The connection is closed.").initCause(tm in deQueue()
281 throw (IOException) new IOException("Publickey authentication failed.").initCause(e); in authenticatePublicKey()
295 throw (IOException) new IOException("None authentication failed.").initCause(e); in authenticateNone()
336 throw (IOException) new IOException("Password authentication failed.").initCause(e); in authenticatePassword()
392 throw (IOException) new IOException("Exception in callback.").initCause(e); in authenticateInteractive()
410 throw (IOException) new IOException("Keyboard-interactive authentication failed.").initCause(e); in authenticateInteractive()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
DSaslExceptionTest.java207 eT1 = eT.initCause(thUpd[l]); in testInitCause01()
233 eT1 = eT.initCause(thUpd[l]); in testInitCause02()
266 eT1 = eT.initCause(thUpd[l]); in testInitCause03()
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
DJSilverIOException.java29 initCause(cause); in JSilverIOException()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
DSerializerException.java48 initCause(cause); in SerializerException()
/external/apache-http/src/org/apache/http/
DHttpException.java72 ExceptionUtils.initCause(this, cause); in HttpException()
/external/apache-http/src/org/apache/http/conn/
DHttpHostConnectException.java50 initCause(cause); in HttpHostConnectException()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
DKexManager.java99 .initCause(tm.getReasonClosedCause()); in getOrWaitForConnectionInfo()
552 "The server hostkey was not accepted by the verifier callback.").initCause(e); in handleMessage()
569 throw (IOException) new IOException("KEX error.").initCause(e); in handleMessage()
608 "The server hostkey was not accepted by the verifier callback.").initCause(e); in handleMessage()
624 throw (IOException) new IOException("KEX error.").initCause(e); in handleMessage()
DTransportManager.java571 …throw (IOException) new IOException("Sorry, this connection is closed.").initCause(reasonClosedCau… in sendKexMessage()
674 .initCause(reasonClosedCause); in sendMessage()
/external/apache-http/src/org/apache/http/util/
DExceptionUtils.java72 public static void initCause(Throwable throwable, Throwable cause) { in initCause() method in ExceptionUtils
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java337 afe.initCause(t); in tearDown()
475 afe.initCause(t); in threadUnexpectedException()
715 afe.initCause(ie); in sleep()
1178 afe.initCause(e);
DAbstractFutureTest.java161 failure.initCause(e); in findStackFrame()
/external/guava/guava/src/com/google/common/net/
DHostSpecifier.java129 parseException.initCause(e); in from()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DCipherOutputStream.java103 throw (IOException) new IOException("Error while decrypting block.").initCause(e); in writeBlock()
/external/apache-http/src/org/apache/http/impl/io/
DChunkedInputStream.java247 ExceptionUtils.initCause(ioe, e); in parseTrailerHeaders()
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DSkeletonLoader.java278 ioEx.initCause(ex); in load()
283 ioEx.initCause(ex); in load()
DSceneLoader.java459 ioEx.initCause(ex); in load()
463 ioEx.initCause(ex); in load()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSCPClient.java49 throw (IOException) new IOException("This charset is not supported").initCause(e); in setCharset()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannelManager.java639 throw (IOException) new IOException("PTY request failed").initCause(e); in requestPTY()
675 throw (IOException) new IOException("The X11 request failed.").initCause(e); in requestX11()
706 throw (IOException) new IOException("The subsystem request failed.").initCause(e); in requestSubSystem()
748 throw (IOException) new IOException("The execute request failed.").initCause(e); in requestExecCommand()
779 throw (IOException) new IOException("The shell request failed.").initCause(e); in requestShell()
/external/jmonkeyengine/engine/src/core/com/jme3/export/
DSavableClassUtil.java115 ioEx.initCause(ex); in getSavableVersion()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java114 public synchronized Throwable initCause(Throwable cause) { in initCause() method in DTMException

12