Uses of Class
org.h2.message.InternalException

Packages that use InternalException
org.h2.message Trace (logging facility) and error message tool. 
 

Uses of InternalException in org.h2.message
 

Methods in org.h2.message that return InternalException
static InternalException Message.convertToInternal(java.lang.Exception e)
          Convert an exception to an internal runtime exception.