Class ForwardException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForwardException
    extends java.lang.RuntimeException
    Thrown to signal an OBJECT_FORWARD or LOCATION_FORWARD
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private IOR ior  
      private Object obj  
      private ORB orb  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IOR getIOR()  
      Object getObject()  
      • 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
    • Field Detail

      • orb

        private ORB orb
      • ior

        private IOR ior
    • Constructor Detail

      • ForwardException

        public ForwardException​(ORB orb,
                                IOR ior)
      • ForwardException

        public ForwardException​(ORB orb,
                                Object obj)
    • Method Detail

      • getObject

        public Object getObject()
      • getIOR

        public IOR getIOR()