Class ARI1ClosingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.aradine.instrument.spi1.ARI1ClosingException
All Implemented Interfaces:
Serializable

public final class ARI1ClosingException extends RuntimeException
An exception occurred during the closing of a resource.
See Also:
  • Constructor Details

    • ARI1ClosingException

      public ARI1ClosingException(String message)
      An exception occurred during the closing of a resource.
      Parameters:
      message - The message
    • ARI1ClosingException

      public ARI1ClosingException(String message, Throwable cause)
      An exception occurred during the closing of a resource.
      Parameters:
      message - The message
      cause - The cause
    • ARI1ClosingException

      public ARI1ClosingException(Throwable cause)
      An exception occurred during the closing of a resource.
      Parameters:
      cause - The cause