Interface Exceptions


@ExceptionWrapper(idPrefix="ORBPRES") public interface Exceptions
  • Field Details

  • Method Details

    • noStub

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

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

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

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