|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.acplt.oncrpc.OncRpcException
org.acplt.oncrpc.OncRpcAuthenticationException
public class OncRpcAuthenticationException
The class OncRpcAuthenticationException indicates an
authentication exception.
| Field Summary | |
|---|---|
private int |
authStatusDetail
Specific authentication status detail (reason why this authentication exception was thrown). |
private static long |
serialVersionUID
Defines the serial version UID for OncRpcAuthenticationException. |
| Fields inherited from class org.acplt.oncrpc.OncRpcException |
|---|
RPC_AUTHERROR, RPC_BUFFEROVERFLOW, RPC_BUFFERUNDERFLOW, RPC_CANNOTREGISTER, RPC_CANTDECODEARGS, RPC_CANTDECODERES, RPC_CANTENCODEARGS, RPC_CANTRECV, RPC_CANTSEND, RPC_FAILED, RPC_PMAPFAILURE, RPC_PROCUNAVAIL, RPC_PROGNOTREGISTERED, RPC_PROGUNAVAIL, RPC_PROGVERSMISMATCH, RPC_SUCCESS, RPC_SYSTEMERROR, RPC_TIMEDOUT, RPC_UNKNOWNPROTO, RPC_VERSMISMATCH, RPC_WRONGMESSAGE |
| Constructor Summary | |
|---|---|
OncRpcAuthenticationException(int authStatus)
Initializes an OncRpcAuthenticationException
with a detail of OncRpcException.RPC_AUTHERROR and
the specified authentication status detail. |
|
| Method Summary | |
|---|---|
int |
getAuthStatus()
Returns the authentication status detail of this ONC/RPC exception object. |
| Methods inherited from class org.acplt.oncrpc.OncRpcException |
|---|
getMessage, getReason |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
OncRpcAuthenticationException.
private int authStatusDetail
| Constructor Detail |
|---|
public OncRpcAuthenticationException(int authStatus)
OncRpcAuthenticationException
with a detail of OncRpcException.RPC_AUTHERROR and
the specified authentication status detail.
authStatus - The authentication status, which can be any one of
the OncRpcAuthStatus constants.| Method Detail |
|---|
public int getAuthStatus()
OncRpcException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||