OmeroBlitz API
Home Previous Up Next Index

omero::WrappedCreateSessionException

Overview

exception WrappedCreateSessionException extends ::Glacier2::CannotCreateSessionException

Thrown when any other server exception causes the session creation to fail. Since working with the static information of Ice exceptions is not as easy as with classes, here we use booleans to represent what has gone wrong.

Data Member Index

concurrency
backOff
type

Data Members

bool concurrency;
long backOff;
string type;

Home Previous Up Next Index