All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netbula.ORPC.rpc_err

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----netbula.ORPC.rpc_err

public class rpc_err
extends Exception

Variable Index

 o AUTH_BADCRED
 o AUTH_BADVERF
 o AUTH_FAILED
 o AUTH_INVALIDRESP
 o AUTH_OK
 o AUTH_REJECTEDCRED
 o AUTH_REJECTEDVERF
 o AUTH_TOOWEAK
 o exception
Underlying exception
 o high
 o low
 o re_errno
 o re_why
 o RPC_AUTHERROR
 o RPC_CANTDECODEARGS
 o RPC_CANTDECODERES
 o RPC_CANTENCODEARGS
 o RPC_CANTRECV
 o RPC_CANTSEND
 o RPC_FAILED
 o RPC_PMAPFAILURE
 o RPC_PROCUNAVAIL
 o RPC_PROGNOTREGISTERED
 o RPC_PROGUNAVAIL
 o RPC_PROGVERSMISMATCH
 o RPC_SUCCESS
 o RPC_SYSTEMERROR
 o RPC_TIMEDOUT
 o RPC_UNKNOWNHOST
 o RPC_UNKNOWNPROTO
 o RPC_VERSMISMATCH
 o status

Constructor Index

 o rpc_err()
 o rpc_err(int, Exception)

Method Index

 o getLicensee()
 o sperrno(int)
Convert integer status to error string
 o toString()

Variables

 o RPC_SUCCESS
 public static final int RPC_SUCCESS
 o RPC_CANTENCODEARGS
 public static final int RPC_CANTENCODEARGS
 o RPC_CANTDECODERES
 public static final int RPC_CANTDECODERES
 o RPC_CANTSEND
 public static final int RPC_CANTSEND
 o RPC_CANTRECV
 public static final int RPC_CANTRECV
 o RPC_TIMEDOUT
 public static final int RPC_TIMEDOUT
 o RPC_VERSMISMATCH
 public static final int RPC_VERSMISMATCH
 o RPC_AUTHERROR
 public static final int RPC_AUTHERROR
 o RPC_PROGUNAVAIL
 public static final int RPC_PROGUNAVAIL
 o RPC_PROGVERSMISMATCH
 public static final int RPC_PROGVERSMISMATCH
 o RPC_PROCUNAVAIL
 public static final int RPC_PROCUNAVAIL
 o RPC_CANTDECODEARGS
 public static final int RPC_CANTDECODEARGS
 o RPC_SYSTEMERROR
 public static final int RPC_SYSTEMERROR
 o RPC_UNKNOWNHOST
 public static final int RPC_UNKNOWNHOST
 o RPC_UNKNOWNPROTO
 public static final int RPC_UNKNOWNPROTO
 o RPC_PMAPFAILURE
 public static final int RPC_PMAPFAILURE
 o RPC_PROGNOTREGISTERED
 public static final int RPC_PROGNOTREGISTERED
 o RPC_FAILED
 public static final int RPC_FAILED
 o AUTH_OK
 public static final int AUTH_OK
 o AUTH_BADCRED
 public static final int AUTH_BADCRED
 o AUTH_REJECTEDCRED
 public static final int AUTH_REJECTEDCRED
 o AUTH_BADVERF
 public static final int AUTH_BADVERF
 o AUTH_REJECTEDVERF
 public static final int AUTH_REJECTEDVERF
 o AUTH_TOOWEAK
 public static final int AUTH_TOOWEAK
 o AUTH_INVALIDRESP
 public static final int AUTH_INVALIDRESP
 o AUTH_FAILED
 public static final int AUTH_FAILED
 o status
 public int status
 o re_errno
 public int re_errno
 o re_why
 public int re_why
 o low
 public int low
 o high
 public int high
 o exception
 public Exception exception
Underlying exception

Constructors

 o rpc_err
 public rpc_err()
 o rpc_err
 public rpc_err(int restat,
                Exception ex)
Parameters:
restat - status
ex - the underlyign exception

Methods

 o sperrno
 public String sperrno(int stat)
Convert integer status to error string

Parameters:
stat - status code
 o getLicensee
 public final String getLicensee()
Returns:
the licensee of this product
 o toString
 public String toString()
Returns:
The detailed message string for the rpc_err object
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index