com.iplanet.portalserver.providers
Class ProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.providers.ProviderException
Direct Known Subclasses:
InvalidEditFormDataException, LoadPropertiesException, ProviderWrapperException, UnknownEditTypeException

public class ProviderException
extends java.lang.Exception

This exception is a generic superclass for all provider related exceptions. All exceptions deliberately-thrown from a provider should be a subclass of this.

See Also:
Serialized Form

Constructor Summary
ProviderException()
           
ProviderException(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

ProviderException

public ProviderException()

ProviderException

public ProviderException(java.lang.String msg)