Package omero

Class 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  
      • 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
    • Field Detail

      • concurrency

        public boolean concurrency
      • backOff

        public long backOff
      • type

        public java.lang.String type
    • 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 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