Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.utils.ErrorCollectionException

Packages that use ErrorCollectionException
weblogic.application This package contains public WebLogic Application classes / interfaces. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
weblogic.server Provides interfaces and exceptions for weblogic.server
weblogic.utils Provides classes and exceptions for weblogic.utils
 

Uses of ErrorCollectionException in weblogic.application
 

Subclasses of ErrorCollectionException in weblogic.application
 class ApplicationException
           
 

Uses of ErrorCollectionException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw ErrorCollectionException
 void ConnectorComponentRuntimeMBean.resume(int type)
          Resumes the specified type of activity for this resource adapter
 void ConnectorComponentRuntimeMBean.resume(int type, Properties props)
          Resumes the specified type of activity for this resource adapter
 void ConnectorServiceRuntimeMBean.resume(int type, Properties props)
          Resumes the specified type of activity for all RAs
 void ConnectorServiceRuntimeMBean.resume(int type)
          Resumes the specified type of activity for all RAs.
 void ConnectorComponentRuntimeMBean.resumeAll()
          Resumes all activities of this resource adapter.
 void ConnectorServiceRuntimeMBean.resumeAll(Properties props)
          Resumes all activities of all resource adapters.
 void ConnectorServiceRuntimeMBean.resumeAll()
          Resumes all activities of all resource adapters.
 void ConnectorComponentRuntimeMBean.suspend(int type)
          Suspend a particular type of activity for this resource adapter
 void ConnectorComponentRuntimeMBean.suspend(int type, Properties props)
          Suspends the specified type of activity for this resource adapter
 void ConnectorServiceRuntimeMBean.suspend(int type, Properties props)
          Suspends the specified type of activity for all RAs
 void ConnectorServiceRuntimeMBean.suspend(int type)
          Suspends the specified type of activity for all RAs.
 void ConnectorComponentRuntimeMBean.suspendAll()
          Resumes all activities of this resource adapter.
 void ConnectorServiceRuntimeMBean.suspendAll(Properties props)
          Suspends all activities of all resource adapters.
 void ConnectorServiceRuntimeMBean.suspendAll()
          Suspends all activities of all resource adapters.
 

Uses of ErrorCollectionException in weblogic.server
 

Subclasses of ErrorCollectionException in weblogic.server
 class ServiceFailureException
          Exception thrown by Service that has failed to initialize start or suspend.
 

Uses of ErrorCollectionException in weblogic.utils
 

Methods in weblogic.utils with parameters of type ErrorCollectionException
 void ErrorCollectionException.addCollection(ErrorCollectionException exceptionCollection)
           
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01