Skip navigation links

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


oracle.webcenter.peopleconnections.wall
Class WallServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.webcenter.framework.service.BaseWCServiceException
              extended by oracle.webcenter.peopleconnections.wall.WallServiceException

All Implemented Interfaces:
java.io.Serializable

public class WallServiceException
extends oracle.webcenter.framework.service.BaseWCServiceException

This class is the Exception class for all Wall Service related exceptions raised. It extends standard exception class.

See Also:
Exception, Serialized Form

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

 

Method Summary

 

Methods inherited from class oracle.webcenter.framework.service.BaseWCServiceException
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

WallServiceException

public WallServiceException(java.lang.String resBundleClassName,
                            java.lang.String resourceKey,
                            java.lang.Object[] args,
                            java.lang.Throwable cause,
                            java.lang.ClassLoader classLoader)
Construct a Wall service 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.7.0)
E15995-06


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