Class ConnectionCacheDeserializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.firebolt.jdbc.cache.exception.ConnectionCacheDeserializationException
- All Implemented Interfaces:
Serializable
This error should be thrown when cannot deserialize the content of the disk file to a valid ConnectionCache.
This can happen because the file was tampered with.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionCacheDeserializationException
public ConnectionCacheDeserializationException()
-