com.iplanet.portalserver.providers
Class ProfileProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.providers.ProviderException
                    |
                    +--com.iplanet.portalserver.providers.ProviderWrapperException
                          |
                          +--com.iplanet.portalserver.providers.ProfileProviderException

public class ProfileProviderException
extends ProviderWrapperException

This exception encapsulates a ProfileException. It is thrown from the class ProfileProviderAdapter when it catches a ProfileException.

See Also:
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

ProfileProviderException

public ProfileProviderException(java.lang.String msg,
                                ProfileException pe)
Constructor.
Parameters:
msg - A description of the problem; the text inserted here is NOT i18n'd by ProfileProviderAdapter.
pe - The ProfileException which caused this exception.
See Also:
ProfileProviderAdapter, ProfileException