public class WallServiceException
extends oracle.webcenter.framework.service.BaseWCServiceException
Exception class for all Wall Service
related exceptions raised. It extends standard exception class.Exception,
Serialized Form| Constructor and Description |
|---|
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.
|
getCause, getLocalizedMessage, printStackTracepublic WallServiceException(java.lang.String resBundleClassName,
java.lang.String resourceKey,
java.lang.Object[] args,
java.lang.Throwable cause,
java.lang.ClassLoader classLoader)
resBundleClassName - the fully qualified name of the resource bundle
with the error string.resourceKey - the key of the resource within the resource bundleargs - optional arguments formatted into the msg via MessageFormatcause - optional cause of this exceptionclassLoader - a reference for a class loader