Example usage for android.database.sqlite SQLiteException getMessage

List of usage examples for android.database.sqlite SQLiteException getMessage

Introduction

In this page you can find the example usage for android.database.sqlite SQLiteException getMessage.

Prototype

public String getMessage() 

Source Link

Document

Returns the detail message string of this throwable.

Usage