com.bea.wlai.client
Class ApplicationViewSuspendedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.util.AbstractExceptionContainer
              extended bycom.bea.wlai.client.ApplicationViewException
                  extended bycom.bea.wlai.client.ApplicationViewSuspendedException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Constructor Summary
ApplicationViewSuspendedException(String msg)
           
ApplicationViewSuspendedException(String msg, Exception e)
           
 
Methods inherited from class com.bea.util.AbstractExceptionContainer
addException, containsException, getExceptions, getLinkedException, getRootCauseMessage, hasExceptions, printStackTrace, printStackTrace, printStackTrace, removeException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationViewSuspendedException

public ApplicationViewSuspendedException(String msg)

ApplicationViewSuspendedException

public ApplicationViewSuspendedException(String msg,
                                         Exception e)