Interface TenantControl.Closeable

All Superinterfaces:
AutoCloseable
Enclosing interface:
TenantControl

public static interface TenantControl.Closeable
extends AutoCloseable
Similar to the Closeable interface, except the close() method does not throw a IOException.
  • Method Summary

    Modifier and Type Method Description
    void close()
    Same as Java's close() except no exception is thrown
  • Method Details

    • close

      void close()
      Same as Java's close() except no exception is thrown
      Specified by:
      close in interface AutoCloseable