Class InternalErrorException

All Implemented Interfaces:
Serializable

@API(EXPERIMENTAL) public class InternalErrorException extends RelationalException
Internal type of relational exception. Considered for removal to replace with using RelationalException directly.
See Also:
  • Constructor Details

    • InternalErrorException

      public InternalErrorException(String message)
    • InternalErrorException

      public InternalErrorException(String message, Throwable cause)