slick
All Exceptions that are thrown directly by Slick are of type SlickException. Other Exceptions originating in non-Slick code are generally not wrapped but passed on directly.
SlickException
The error message
An optional parent Exception or null
null
(Since version 2.11.0) Use Throwable#getStackTrace
All Exceptions that are thrown directly by Slick are of type
SlickException
. Other Exceptions originating in non-Slick code are generally not wrapped but passed on directly.