Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.
Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.
(->io-exception)
(->io-exception message)
(->io-exception message cause)
Constructor.
Constructs an IOException with the specified detail message and cause.
Note that the detail message associated with cause is not automatically incorporated into this exception's detail message.
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method) - java.lang.String
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) - java.lang.Throwable
Constructor. Constructs an IOException with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated into this exception's detail message. message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method) - `java.lang.String` cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) - `java.lang.Throwable`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close