Class ExceptionDuringClose
- java.lang.Object
-
- de.quantummaid.injectmaid.lifecyclemanagement.ExceptionDuringClose
-
public final class ExceptionDuringClose extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionDuringClose()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildMessage()Exceptionexception()static ExceptionDuringCloseexceptionDuringClose(Exception exception, Object objectToClose)
-
-
-
Method Detail
-
exceptionDuringClose
public static ExceptionDuringClose exceptionDuringClose(Exception exception, Object objectToClose)
-
buildMessage
public String buildMessage()
-
exception
public Exception exception()
-
-