public class IllegalDatabaseState extends RuntimeException
This is exception is thrown if the an illegal state in the data base has been detected, e.g. more than one user with same email and password.
Constructor and Description |
---|
IllegalDatabaseState()
The default constructor.
|
IllegalDatabaseState(String message)
Constructs a new instance of IllegalDatabaseState
|
IllegalDatabaseState(String message,
Throwable throwable)
Constructs a new instance of IllegalDatabaseState
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalDatabaseState()
public IllegalDatabaseState(String message)
Copyright © 2019 Communote team. All rights reserved.