Package omero

Class ExpiredCredentialException

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class 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.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long serialVersionUID  
      • Fields inherited from class Glacier2.CannotCreateSessionException

        __slicedData, reason
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __readImpl​(IceInternal.BasicStream __is)  
      protected void __writeImpl​(IceInternal.BasicStream __os)  
      java.lang.String ice_name()  
      • Methods inherited from class Glacier2.CannotCreateSessionException

        __read, __write
      • Methods inherited from class Ice.UserException

        __read, __readImpl, __usesClasses, __write, __writeImpl, clone, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExpiredCredentialException

        public ExpiredCredentialException()
      • ExpiredCredentialException

        public ExpiredCredentialException​(java.lang.Throwable __cause)
      • ExpiredCredentialException

        public ExpiredCredentialException​(java.lang.String reason)
      • ExpiredCredentialException

        public ExpiredCredentialException​(java.lang.String reason,
                                          java.lang.Throwable __cause)
    • Method Detail

      • ice_name

        public java.lang.String ice_name()
        Overrides:
        ice_name in class Glacier2.CannotCreateSessionException
      • __writeImpl

        protected void __writeImpl​(IceInternal.BasicStream __os)
        Overrides:
        __writeImpl in class Glacier2.CannotCreateSessionException
      • __readImpl

        protected void __readImpl​(IceInternal.BasicStream __is)
        Overrides:
        __readImpl in class Glacier2.CannotCreateSessionException