ariba.ui.aribaweb.core
Class AWSessionRestorationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ariba.ui.aribaweb.core.AWSessionRestorationException
All Implemented Interfaces:
Serializable

public final class AWSessionRestorationException
extends RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class AWSessionRestorationException.State
           
 
Field Summary
static AWSessionRestorationException.State IPChanged
           
static AWSessionRestorationException.State Normal
           
 
Constructor Summary
AWSessionRestorationException()
           
AWSessionRestorationException(String exceptionMessage)
           
AWSessionRestorationException(String exceptionMessage, AWSessionRestorationException.State state)
           
 
Method Summary
 String getNewIP()
           
 String getOldIP()
           
 AWSessionRestorationException.State getState()
           
 void setNewIP(String newIP)
           
 void setOldIP(String oldIP)
           
 void setState(AWSessionRestorationException.State state)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IPChanged

public static final AWSessionRestorationException.State IPChanged

Normal

public static final AWSessionRestorationException.State Normal
Constructor Detail

AWSessionRestorationException

public AWSessionRestorationException()

AWSessionRestorationException

public AWSessionRestorationException(String exceptionMessage)

AWSessionRestorationException

public AWSessionRestorationException(String exceptionMessage,
                                     AWSessionRestorationException.State state)
Method Detail

getState

public AWSessionRestorationException.State getState()

setState

public void setState(AWSessionRestorationException.State state)

getOldIP

public String getOldIP()

setOldIP

public void setOldIP(String oldIP)

getNewIP

public String getNewIP()

setNewIP

public void setNewIP(String newIP)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.