OmeroBlitz API
Home Previous Up Next Index

omero::ExpiredCredentialException

Overview

exception ExpiredCredentialException extends ::Glacier2::CannotCreateSessionException

Thrown when the password for a user has expired. Use: ISession.changeExpiredCredentials() and login as guest. This does -not- subclass from the omero.ServerError class because the Ice Glacier2::SessionManager interface can only throw CCSEs.


Home Previous Up Next Index