com.waveset.util
Class WSLoginException.LoginError
java.lang.Object
com.waveset.util.WSLoginException.LoginError
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- WSLoginException
- public static class WSLoginException.LoginError
- extends java.lang.Object
- implements java.io.Serializable
Used for values of the _loginErrorInfo field
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
_accountId
The resource accountId with with the error code is associated |
protected int |
_errorCode
A error code for this exception, where the contents is one or more
error codes that have been logically "OR'ed" together. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_errorCode
protected int _errorCode
- A error code for this exception, where the contents is one or more
error codes that have been logically "OR'ed" together.
_accountId
protected java.lang.String _accountId
- The resource accountId with with the error code is associated
WSLoginException.LoginError
public WSLoginException.LoginError()
WSLoginException.LoginError
public WSLoginException.LoginError(int errorCode,
java.lang.String accountId)
getErrorCode
public int getErrorCode()
setErrorCode
public void setErrorCode(int errorCode)
getAccountId
public java.lang.String getAccountId()
setAccountId
public void setAccountId(java.lang.String accountId)