public class SpacesException
extends oracle.webcenter.webcenterapp.WebCenterException
Exception
class for all Space
related exceptions raised. This class is derived from
WebCenterException
classException
,
WebCenterException
,
Serialized FormConstructor and Description |
---|
SpacesException(java.lang.String resBundleClassName,
java.lang.String resourceKey,
java.lang.Object[] args,
java.lang.Throwable cause,
java.lang.ClassLoader classLoader)
Construct a Spaces exception with a complete set of parameters and
explicit class loader.
|
getCause, getLocalizedMessage, getResourceKey, printStackTrace
public SpacesException(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