Liking cljdoc? Tell your friends :D

javax.naming.OperationNotSupportedException

This exception is thrown when a context implementation does not support the operation being invoked. For example, if a server does not support the Context.bind() method it would throw OperationNotSupportedException when the bind() method is invoked on it.

Synchronization and serialization issues that apply to NamingException apply directly here.

This exception is thrown when a context implementation does not support
the operation being invoked.
For example, if a server does not support the Context.bind() method
it would throw OperationNotSupportedException when the bind() method
is invoked on it.

Synchronization and serialization issues that apply to NamingException
apply directly here.
raw docstring

->operation-not-supported-exceptionclj

(->operation-not-supported-exception)
(->operation-not-supported-exception explanation)

Constructor.

Constructs a new instance of OperationNotSupportedException using an explanation. All other fields default to null.

explanation - Possibly null additional detail about this exception - java.lang.String

Constructor.

Constructs a new instance of OperationNotSupportedException using an
 explanation. All other fields default to null.

explanation - Possibly null additional detail about this exception - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close