Class CloseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.apple.foundationdb.util.CloseException
All Implemented Interfaces:
Serializable

public class CloseException extends Exception
Exception thrown when the CloseableUtils.closeAll(java.lang.AutoCloseable...) method catches an exception. This exception will have the cause set to the first exception thrown during closeAll and any further exception thrown will be added as Suppressed.
See Also:
  • Constructor Details

    • CloseException

      public CloseException(Throwable cause)