|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.iplanet.portalserver.providers.ProviderException
|
+--com.iplanet.portalserver.providers.ProviderWrapperException
|
+--com.iplanet.portalserver.providers.ProfileProviderException
This exception encapsulates a ProfileException. It is thrown from
the class ProfileProviderAdapter when it catches a
ProfileException.
ProfileProviderAdapter,
ProfileException, Serialized Form| Constructor Summary | |
ProfileProviderException(java.lang.String msg,
ProfileException pe)
Constructor. |
|
| Methods inherited from class com.iplanet.portalserver.providers.ProviderWrapperException |
getWrappedException,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ProfileProviderException(java.lang.String msg,
ProfileException pe)
msg - A description of the problem; the text inserted here is
NOT i18n'd by ProfileProviderAdapter.pe - The ProfileException which caused this
exception.ProfileProviderAdapter,
ProfileException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||