Skip navigation links

Package com.aquenos.epics.jackie.common.exception

Exceptions used by the Jackie library.

See: Description

Package com.aquenos.epics.jackie.common.exception Description

Exceptions used by the Jackie library.

All exceptions that signal non-recoverable error conditions are derived from JackieRuntimeException. The term non-recoverable applies to the scope of the respective component only, meaning that a calling component might catch such an exception and react accordingly (e.g. by closing a connection and trying to reestablish it).

For some errors (including some exceptions), the library code might hand them to an ErrorHandler so that user-defined code can deal with them (e.g. log them).

Skip navigation links

Copyright © 2014–2016 aquenos GmbH. All rights reserved.