Interface Exceptions


  • @ExceptionWrapper(idPrefix="ORBPRES")
    public interface Exceptions
    • Method Detail

      • noStub

        @Message("No stub could be created")
        @Log(level=FINE,
             id=1)
        void noStub​(@Chain
                    java.lang.Exception exc)
      • couldNotConnect

        @Message("Could not connect stub")
        @Log(level=FINE,
             id=2)
        void couldNotConnect​(@Chain
                             java.lang.Exception exc)
      • couldNotGetORB

        @Message("Could not get ORB from naming context")
        @Log(level=FINE,
             id=2)
        void couldNotGetORB​(@Chain
                            java.lang.Exception exc,
                            javax.naming.Context nc)
      • readResolveClassNotFound

        @Message("ClassNotFound exception in readResolve on class {0}")
        @Log(level=FINE,
             id=101)
        void readResolveClassNotFound​(@Chain
                                      java.lang.ClassNotFoundException exc,
                                      java.lang.String cname)