com.waveset.util
Class WSLoginException.LoginError

java.lang.Object
  extended bycom.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.
 
Constructor Summary
WSLoginException.LoginError()
           
WSLoginException.LoginError(int errorCode, java.lang.String accountId)
           
 
Method Summary
 java.lang.String getAccountId()
           
 int getErrorCode()
           
 void setAccountId(java.lang.String accountId)
           
 void setErrorCode(int errorCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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

Constructor Detail

WSLoginException.LoginError

public WSLoginException.LoginError()

WSLoginException.LoginError

public WSLoginException.LoginError(int errorCode,
                                   java.lang.String accountId)
Method Detail

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int errorCode)

getAccountId

public java.lang.String getAccountId()

setAccountId

public void setAccountId(java.lang.String accountId)