com.bea.wlai.client
Class ApplicationViewException

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

public class ApplicationViewException
extends com.bea.util.AbstractExceptionContainer

An exception which indicates an error accessing or manipulating an application view.

See Also:
Serialized Form

Constructor Summary
ApplicationViewException(String msg)
           
ApplicationViewException(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

ApplicationViewException

public ApplicationViewException(String msg)

ApplicationViewException

public ApplicationViewException(String msg,
                                Exception e)