Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.spaces.operations
Class GroupSpaceOpsIgnorableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.webcenter.webcenterapp.WebCenterException
              extended by oracle.webcenter.spaces.SpacesException
                  extended by oracle.webcenter.spaces.operations.GroupSpaceOpsException
                      extended by oracle.webcenter.spaces.operations.GroupSpaceOpsIgnorableException

All Implemented Interfaces:
java.io.Serializable

public class GroupSpaceOpsIgnorableException
extends GroupSpaceOpsException

This class is the Exception class for all Space operations related exceptions. These operations are mainly CRUD - create rename, update, delete This class is derived from WebCenterException class

See Also:
Exception, GroupSpaceOpsException, Serialized Form

Constructor Summary
GroupSpaceOpsIgnorableException(java.lang.String resBundleClassName, java.lang.String resourceKey, java.lang.Object[] args, java.lang.Throwable cause, java.lang.ClassLoader classLoader)
          Construct a GroupSpacesOps exception with a complete set of parameters and explicit class loader.

 

Method Summary

 

Methods inherited from class oracle.webcenter.webcenterapp.WebCenterException
getCause, getLocalizedMessage, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

GroupSpaceOpsIgnorableException

public GroupSpaceOpsIgnorableException(java.lang.String resBundleClassName,
                                       java.lang.String resourceKey,
                                       java.lang.Object[] args,
                                       java.lang.Throwable cause,
                                       java.lang.ClassLoader classLoader)
Construct a GroupSpacesOps exception with a complete set of parameters and explicit class loader. Class loader parameter may be neccesary for cases when the Spaces Exception implemetation is loaded in one name space and the actual resource bundle is in a different name space. In such cases, get the current classloader from the calling class and pass it as argument to avoid missing resource bundle exception.
Parameters:
resBundleClassName - the fully qualified name of the resource bundle with the error string.
resourceKey - the key of the resource within the resource bundle
args - optional arguments formatted into the msg via MessageFormat
cause - optional cause of this exception
classLoader - a reference for a class loader

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.