com.sun.identity.liberty.ws.interaction
Class  InteractionRedirectException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.common.ChainedException
                    |
                    +--com.sun.identity.liberty.ws.interaction.InteractionException
                          |
                          +--com.sun.identity.liberty.ws.interaction.InteractionRedirectException
- All Implemented Interfaces: 
- com.sun.identity.common.L10NMessage, java.io.Serializable
- public class InteractionRedirectException- extends InteractionException
Class for exception thrown by InteractionManager, on the 
 WSC side, to indicate that the User Agent is redirected to
 WSP.
- See Also: 
- Serialized Form
 
| Method Summary | 
|  java.lang.String | getMessageID()Gets
 messageIDof SOAP request message that caused this
 exception. | 
 
| Methods inherited from class com.sun.identity.common.ChainedException | 
| getCompleteL10NMessage, getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace | 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getLocalizedMessage, toString | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
InteractionRedirectException
public InteractionRedirectException(java.lang.String messageID)
- Constructor- 
- Parameters:
- requestID-- messageIDof SOAP request message that
        caused this exception
 
getMessageID
public java.lang.String getMessageID()
- Gets messageIDof SOAP request message that caused this
 exception.WSCcould use this as a key to save any additional
 information that it may want to lookup when user agent is redirected
 back after resource owner interactions. This would be provided as a 
 values of query parameterInteractionManager.REQUEST_IDwhen the user agent is redirected back toWSC.
- 
- Returns:
- messageIDof SOAP request message that caused this
                  exception
 
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.