com.plumtree.remote
Class PasswordExpiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.plumtree.remote.ServiceException
              extended bycom.plumtree.remote.PasswordExpiredException
All Implemented Interfaces:
java.io.Serializable

public class PasswordExpiredException
extends ServiceException

Throw this exception from IAuthProvider.authenticate to tell the portal that the user's password has expired and must be changed. Returned to the portal not as a SoapFault, but as a String containing a status code.

See Also:
Serialized Form

Constructor Summary
PasswordExpiredException()
          Default constructor.
PasswordExpiredException(java.lang.String message)
          Valued constructor.
 
Methods inherited from class com.plumtree.remote.ServiceException
getInnerException, getMessage, getStackTraceAsString, getStatusCode, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordExpiredException

public PasswordExpiredException()
Default constructor.


PasswordExpiredException

public PasswordExpiredException(java.lang.String message)
Valued constructor.

Parameters:
message - string to display in error message


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.