Interface Disposable

    • Method Detail

      • dispose

        void dispose()
              throws Exception
        Disposes the object and releases all resources. After calling this method, calling any methods on the object may result in undefined behavior.
        Throws:
        Exception - if something goes wrong during disposal.