Wraps an IOException with an unchecked exception.
Wraps an IOException with an unchecked exception.
(->unchecked-io-exception cause)
(->unchecked-io-exception message cause)
Constructor.
Constructs an instance of this class.
message - the detail message, can be null - java.lang.String
cause - the IOException - java.io.IOException
throws: java.lang.NullPointerException - if the cause is null
Constructor. Constructs an instance of this class. message - the detail message, can be null - `java.lang.String` cause - the IOException - `java.io.IOException` throws: java.lang.NullPointerException - if the cause is null
(get-cause this)
Returns the cause of this exception.
returns: the IOException which is the cause of this exception. - java.io.IOException
Returns the cause of this exception. returns: the IOException which is the cause of this exception. - `java.io.IOException`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close