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

Class WebBasedIntegrationException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.filenet.wcm.toolkit.server.util.FrameworkException
  5. extended bycom.filenet.wcm.apps.server.util.integration.WebBasedIntegrationException
All implemented interfaces:
java.io.Serializable

  1. public class WebBasedIntegrationException
  2. extends com.filenet.wcm.toolkit.server.util.FrameworkException
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. 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

Constructor and Description
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)

Method Summary

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

  1. public static final com.filenet.wcm.toolkit.util.WcmString wsCancelCommand

Constructor Detail

WebBasedIntegrationException

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