Liking cljdoc? Tell your friends :D

jdk.io.NotSerializableException

Thrown when an instance is required to have a Serializable interface. The serialization runtime or the class of the instance can throw this exception. The argument should be the name of the class.

Thrown when an instance is required to have a Serializable interface.
The serialization runtime or the class of the instance can throw
this exception. The argument should be the name of the class.
raw docstring

->not-serializable-exceptionclj

(->not-serializable-exception)
(->not-serializable-exception classname)

Constructor.

Constructs a NotSerializableException object with message string.

classname - Class of the instance being serialized/deserialized. - java.lang.String

Constructor.

Constructs a NotSerializableException object with message string.

classname - Class of the instance being serialized/deserialized. - `java.lang.String`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close