public class SpacesUnauthorizedException extends SpacesException
Exception exception class for all the unauthorized
operation on the spaces.
This class is derived from
SpacesException classException,
SpacesException,
Serialized Form| Constructor and Description |
|---|
SpacesUnauthorizedException(java.lang.String resBundleClassName,
java.lang.String resourceKey,
java.lang.Object[] args,
java.lang.Throwable cause,
java.lang.ClassLoader classLoader)
Construct a SpacesUnauthorizedException with a complete set of parameters and
explicit class loader.
|
getCause, getLocalizedMessage, getResourceKey, printStackTracepublic SpacesUnauthorizedException(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