Class ARI1ClosingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.aradine.instrument.spi1.ARI1ClosingException
- All Implemented Interfaces:
Serializable
An exception occurred during the closing of a resource.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionARI1ClosingException(String message) An exception occurred during the closing of a resource.ARI1ClosingException(String message, Throwable cause) An exception occurred during the closing of a resource.ARI1ClosingException(Throwable cause) An exception occurred during the closing of a resource. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ARI1ClosingException
An exception occurred during the closing of a resource.- Parameters:
message- The message
-
ARI1ClosingException
-
ARI1ClosingException
An exception occurred during the closing of a resource.- Parameters:
cause- The cause
-