com.iplanet.portalserver.providers
Class LoadPropertiesException

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

public class LoadPropertiesException
extends ProviderException

This exception is thrown from ProfileProviderAdapter.loadProperties() when there was an error loading the named properties.

See Also:
ProfileProviderAdapter, Provider, ProviderException, Throwable.getMessage(), Serialized Form

Constructor Summary
LoadPropertiesException()
           
LoadPropertiesException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadPropertiesException

public LoadPropertiesException()

LoadPropertiesException

public LoadPropertiesException(java.lang.String msg)