Class GetEndPointInfoAgainException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GetEndPointInfoAgainException
    extends java.lang.Exception
    This exception is raised by ORBSocketFactory.createSocket. It informs the ORB that it should call ORBSocketFactory.getEndPointInfo again with the given socketInfo object as an argument (i.e., a cookie).
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SocketInfo getEndPointInfo()  
      • Methods inherited from class java.lang.Throwable

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

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

      • GetEndPointInfoAgainException

        public GetEndPointInfoAgainException​(SocketInfo socketInfo)
    • Method Detail

      • getEndPointInfo

        public SocketInfo getEndPointInfo()