Package com.healthmarketscience.jackcess
Class JackcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.healthmarketscience.jackcess.JackcessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchUpdateException,ConstraintViolationException,InvalidValueException
public class JackcessException extends IOException
Base class for specific exceptions thrown by Jackcess.- Author:
- James Ahlborn
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JackcessException(String message)JackcessException(String message, Throwable cause)JackcessException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-