com.jp.windows.live
Class LogonManagerException

java.lang.Object
  extended by SOAPException
      extended by com.jp.windows.live.LogonManagerException

public class LogonManagerException
extends SOAPException

An exception that signals that login to the Windows Live ID failed. It provides error code and error text as well as access to the SOAPFault to allow deep error analyzing.


Method Summary
 java.lang.String getDetailedMessage()
          Returns detailed message
 java.lang.String getErrorCode()
          Returns error code if any
 java.lang.String getErrorText()
          Returns error text if any
 SOAPFault getSOAPFault()
          Returns SOAPFault part of the response got from the Windows Live ID service as result of failed logon.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSOAPFault

public SOAPFault getSOAPFault()
Returns SOAPFault part of the response got from the Windows Live ID service as result of failed logon.

Returns:
SOAPFault part of the response

getErrorCode

public java.lang.String getErrorCode()
Returns error code if any

Returns:
error code

getErrorText

public java.lang.String getErrorText()
Returns error text if any

Returns:
error text

getDetailedMessage

public java.lang.String getDetailedMessage()
Returns detailed message

Returns:
detailed message