Package omero
Class WrappedCreateSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Ice.UserException
-
- Glacier2.CannotCreateSessionException
-
- omero.WrappedCreateSessionException
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class 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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
backOff
boolean
concurrency
static long
serialVersionUID
java.lang.String
type
-
Constructor Summary
Constructors Constructor Description WrappedCreateSessionException()
WrappedCreateSessionException(java.lang.String reason, boolean concurrency, long backOff, java.lang.String type)
WrappedCreateSessionException(java.lang.String reason, boolean concurrency, long backOff, java.lang.String type, java.lang.Throwable __cause)
WrappedCreateSessionException(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
-
concurrency
public boolean concurrency
-
backOff
public long backOff
-
type
public java.lang.String type
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WrappedCreateSessionException
public WrappedCreateSessionException()
-
WrappedCreateSessionException
public WrappedCreateSessionException(java.lang.Throwable __cause)
-
WrappedCreateSessionException
public WrappedCreateSessionException(java.lang.String reason, boolean concurrency, long backOff, java.lang.String type)
-
WrappedCreateSessionException
public WrappedCreateSessionException(java.lang.String reason, boolean concurrency, long backOff, java.lang.String type, 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
-
-