Package omero
Class ExpiredCredentialException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Ice.UserException
-
- Glacier2.CannotCreateSessionException
-
- omero.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
-
Constructor Summary
Constructors Constructor Description ExpiredCredentialException()
ExpiredCredentialException(java.lang.String reason)
ExpiredCredentialException(java.lang.String reason, java.lang.Throwable __cause)
ExpiredCredentialException(java.lang.Throwable __cause)
-
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 Ice.UserException
__read, __readImpl, __usesClasses, __write, __writeImpl, clone, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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 classGlacier2.CannotCreateSessionException
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classGlacier2.CannotCreateSessionException
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classGlacier2.CannotCreateSessionException
-
-