com.iplanet.portalserver.providers
Class InvalidEditFormDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.providers.ProviderException
                    |
                    +--com.iplanet.portalserver.providers.InvalidEditFormDataException
Direct Known Subclasses:
AsciiFormInputExpectedException

public class InvalidEditFormDataException
extends ProviderException

This exception (or a subclass of) should be thrown from the Provider.processEdit method when there is an error in the data input by the user.

Upon catching this exception, the desktop will return the user to the provider's edit page, and insert into the page the result of this class's getMessage() method.

See Also:
ProfileProviderAdapter, Provider, ProviderException, Provider.processEdit(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse), Throwable.getMessage(), Serialized Form

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

InvalidEditFormDataException

public InvalidEditFormDataException()

InvalidEditFormDataException

public InvalidEditFormDataException(java.lang.String msg)