com.filenet.wcm.apps.server.util.integration
Class WebBasedIntegrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.filenet.wcm.toolkit.server.util.FrameworkException
              extended bycom.filenet.wcm.apps.server.util.integration.WebBasedIntegrationException
All Implemented Interfaces:
java.io.Serializable

public class WebBasedIntegrationException
extends com.filenet.wcm.toolkit.server.util.FrameworkException

See Also:
Serialized Form

Field Summary
static com.filenet.wcm.toolkit.util.WcmString wsCancelCommand
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.util.FrameworkException
anchorLinks, cause, extraParameters, isWarning, signOutAnchor, weReturnURL
 
Constructor Summary
WebBasedIntegrationException(CommandCall command, java.lang.Throwable cause, java.lang.String baseURL, java.lang.String pageName, com.filenet.wcm.toolkit.server.util.WindowID wid, boolean windowSignedIn)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.FrameworkException
configureCloseURL, configureHelpURL, configureReturnURL, configureSignoutURL, extractStackTrace, getCauseException, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, renderErrorMessageBox, renderErrorMessageBox, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

wsCancelCommand

public static final com.filenet.wcm.toolkit.util.WcmString wsCancelCommand
Constructor Detail

WebBasedIntegrationException

public WebBasedIntegrationException(CommandCall command,
                                    java.lang.Throwable cause,
                                    java.lang.String baseURL,
                                    java.lang.String pageName,
                                    com.filenet.wcm.toolkit.server.util.WindowID wid,
                                    boolean windowSignedIn)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.