Package omero
Class RemovedSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Ice.UserException
-
- omero.ServerError
-
- omero.SessionException
-
- omero.RemovedSessionException
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class RemovedSessionException extends SessionException
Session has been removed. Either it was closed, or it timed out and one "SessionTimeoutException" has already been thrown.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.ServerError
message, serverExceptionClass, serverStackTrace
-
-
Constructor Summary
Constructors Constructor Description RemovedSessionException()
RemovedSessionException(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message)
RemovedSessionException(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message, java.lang.Throwable __cause)
RemovedSessionException(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, __read, __readImpl, __usesClasses, __write, __write, __writeImpl, clone, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemovedSessionException
public RemovedSessionException()
-
RemovedSessionException
public RemovedSessionException(java.lang.Throwable __cause)
-
RemovedSessionException
public RemovedSessionException(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message)
-
RemovedSessionException
public RemovedSessionException(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message, java.lang.Throwable __cause)
-
-
Method Detail
-
ice_name
public java.lang.String ice_name()
- Overrides:
ice_name
in classSessionException
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classSessionException
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classSessionException
-
-