com.bea.wlai.client
Class ApplicationViewSuspendedException

java.lang.Object
  extended by AbstractExceptionContainer
      extended by com.bea.wlai.client.ApplicationViewException
          extended by com.bea.wlai.client.ApplicationViewSuspendedException

public class ApplicationViewSuspendedException
extends ApplicationViewException

An exception which indicates an ApplicationView has been suspended, but some inappropriate attempt to access the ApplicationView was made anyway.


Constructor Summary
ApplicationViewSuspendedException(String msg)
           
ApplicationViewSuspendedException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationViewSuspendedException

public ApplicationViewSuspendedException(String msg)

ApplicationViewSuspendedException

public ApplicationViewSuspendedException(String msg,
                                         Exception e)