public class SqliteException extends Exception
Constructor and Description |
---|
SqliteException(String message)
Constructor with only one String as argument.
|
SqliteException(String message,
Throwable cause)
Constructor when propagating another exception.
|
SqliteException(Throwable cause)
Constructor when propagating another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SqliteException(String message)
message
- error message.public SqliteException(String message, Throwable cause)
message
- error message.cause
- of the exception.public SqliteException(Throwable cause)
cause
- of the exception.Copyright © 2024. All rights reserved.