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 is a website building & hosting documentation for Clojure/Script libraries

× close