|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.webcenter.framework.service.BaseWCServiceException
oracle.webcenter.peopleconnections.profile.ProfileException
public class ProfileException
This class is the Exception class for all People Service related exceptions raised. It extends standard exception class.
Exception, Serialized Form| Constructor Summary | |
|---|---|
ProfileException(java.lang.String resourceKey, java.lang.Object[] args)Construct a Profile exception defaulting the error resource bundle to the Profile error bundle and the classloader to the current classloader. |
|
ProfileException(java.lang.String resourceKey, java.lang.Object[] args, java.lang.Throwable cause)Construct a Profile exception defaulting the error resource bundle to the Profile error bundle and the classloader to the current classloader. |
|
ProfileException(java.lang.String resBundleClassName, java.lang.String resourceKey, java.lang.Object[] args, java.lang.Throwable cause, java.lang.ClassLoader classLoader)Construct a Profile 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 |
|---|
public ProfileException(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
public ProfileException(java.lang.String resourceKey,
java.lang.Object[] args,
java.lang.Throwable cause)
Calling this is equivalent to calling the complete-parameter constructor with resBundleClassName as ProfileErrorBundle.class.getName() and classLoader as null.
resourceKey - the key of the resource within the resource bundleargs - optional arguments formatted into the msg via MessageFormatcause - optional cause of this exception
public ProfileException(java.lang.String resourceKey,
java.lang.Object[] args)
Calling this is equivalent to calling the complete-parameter constructor with resBundleClassName as ProfileErrorBundle.class.getName() and classLoader as null.
resourceKey - the key of the resource within the resource bundleargs - optional arguments formatted into the msg via MessageFormat
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||