|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.distinct.rpc.RPCError
|
+--com.distinct.rpc.RPCAuthError
Interface to the portmapper.
| Constructor Summary | |
RPCAuthError(int auth_failure)
Thrown when an authentication failed. |
|
| Method Summary | |
int |
getAuthFailure()
Returns the reason why the exception has been thrown. |
| Methods inherited from class com.distinct.rpc.RPCError |
getReason |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RPCAuthError(int auth_failure)
auth_failure - The reason why the authentication failed (one of JRPC.kAUTH_BADCRED, JRPC.kAUTH_REJECTEDCRED, JRPC.kAUTH_BADVERF, JRPC.kAUTH_REJECTEDVERF, JRPC.kAUTH_TOOWEAK).| Method Detail |
public int getAuthFailure()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||