public class CloseException extends IOException
Closeable
).
Clean-up may fail for any reason.
Specialization of the general IOException
that indicates that the
error happened while Closeable.close()
has been called.Closeable
,
Serialized FormConstructor and Description |
---|
CloseException(String message,
CleanException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CloseException(String message, CleanException cause)
Copyright © 2021. All rights reserved.