Klasse DatabaseInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.pipe.util.exceptions.DatabaseInUseException
- Alle implementierten Schnittstellen:
Serializable
DatabaseInUseException is thrown while trying to access the database which is already in use
- Autor:
- Andreas Enders
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDatabaseInUseException(String aMessage) Constructs with a messageDatabaseInUseException(String aMessage, Exception aException) Constructs with a message -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
DatabaseInUseException
Constructs with a message- Parameter:
aMessage-
-
DatabaseInUseException
Constructs with a message- Parameter:
aMessage-aException-
-