Package com.yahoo.jrt

Class ErrorCode


  • public class ErrorCode
    extends java.lang.Object
    This class contains the error codes defined by the RPC protocol. The error code associated with a request is obtained through the Request.errorCode method. Note that according to the RPC protocol, applications may define custom error codes with values 65536 (0x10000) and greater.
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorCode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait