Package net.flectone.pulse.exception
package net.flectone.pulse.exception
-
Exception ClassesClassDescriptionThrown when a cache is created twice, or asked for before it has been created.Thrown when the database cannot be written to a dump file or read back from one.Thrown when a database file cannot be moved to the format the current driver works with.Thrown when the database is used before a connection has been opened.Thrown when a config or localization file cannot be read or parsed.Thrown when a config or localization file cannot be written to disk.Thrown when the plugin cannot finish starting up.Thrown when a dependency is requested before the platform has built its injector, which means the plugin was used before it finished starting.Thrown when a library the plugin downloads at runtime cannot be resolved, fetched or loaded.Thrown when a class offered as a listener cannot be registered, because it is not a listener at all or one of its handler methods has the wrong signature.Thrown when a message bound for another server cannot be encoded or decoded.Thrown when the plugin cannot reach a server internal it needs through reflection, usually because the running version moved or renamed it.Thrown when a reload fails.Thrown by a scheduled task to signal failure without bringing down the scheduler thread.Thrown to indicate that the requested database operation is not supported by the current SQL dialect.