Interface TenantControl.Closeable

  • All Superinterfaces:
    java.lang.AutoCloseable
    Enclosing interface:
    TenantControl

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

      • close

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