Class ARI1VersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.aradine.instrument.spi1.ARI1VersionException
- All Implemented Interfaces:
Serializable
The type of exceptions raised by the API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionARI1VersionException(String message) The type of exceptions raised by the API.ARI1VersionException(String message, Throwable cause) The type of exceptions raised by the API. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ARI1VersionException
The type of exceptions raised by the API.- Parameters:
message- The message
-
ARI1VersionException
-