Class InvalidVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.illumon.iris.db.tables.dataimport.logtailer.InvalidVersionException
- All Implemented Interfaces:
Serializable
Exception thrown when a version is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidVersionException
(String message) Create a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidVersionException
Create a new exception with the given message.- Parameters:
message
- the message
-