public class GroupSpaceWSException
extends oracle.webcenter.webcenterapp.WebCenterException
GroupSpaceWSClient class and
GroupSpaceWSMetadata class.| Constructor and Description |
|---|
GroupSpaceWSException(java.lang.String resBundleClassName,
java.lang.String resourceKey,
java.lang.Object[] args,
java.lang.Throwable cause,
java.lang.ClassLoader classLoader)
Construct a GroupSpaceWSException exception with a complete set of parameters and
explicit class loader.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage()
Method to compose the localized error message.
|
void |
printStackTrace()
Print this exception and its backtrace to the standard error stream.
|
getCause, getResourceKeypublic GroupSpaceWSException(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 loaderpublic void printStackTrace()
printStackTrace in class oracle.webcenter.webcenterapp.WebCenterExceptionpublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class oracle.webcenter.webcenterapp.WebCenterException