com.hyperion.css
Class CSSPasswordExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hyperion.css.CSSBaseException
              extended by com.hyperion.css.CSSException
                  extended by com.hyperion.css.CSSPasswordPolicyException
                      extended by com.hyperion.css.CSSPasswordExpiredException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

public class CSSPasswordExpiredException
extends CSSPasswordPolicyException

Handler for password expired exception.

Author:
Shilpa P
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hyperion.css.CSSBaseException
area_Code, error_Code, errorArguments, errorMessage, hasErrorArguments, hasRootCause, locale, logLevel, providerName, rootCausesList, rootMessagesList
 
Constructor Summary
CSSPasswordExpiredException(long areaCode, long errorCode)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, java.lang.String[] errorArguments)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, java.lang.String[] errorArguments, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, java.lang.String[] errorArguments, java.lang.Throwable rootException)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, java.lang.String[] errorArguments, java.lang.Throwable rootException, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, java.lang.Throwable rootException)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(long areaCode, long errorCode, java.lang.Throwable rootException, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
CSSPasswordExpiredException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String msg)
          Deprecated.  
CSSPasswordExpiredException(java.lang.String s)
          Deprecated. - This will throw generic exception, will be deleted next release.
 
Method Summary
 
Methods inherited from class com.hyperion.css.CSSPasswordPolicyException
getPasswordPolicyErrorCode, getPasswordPolicyErrorCode, getRedirectURL, hasPasswordPolicyError, setRedirectURL
 
Methods inherited from class com.hyperion.css.CSSException
getErrorCode, getExceptionMessage, getExceptionMessage, getMessage, getMessage, getRootCause, getRootException, getRootMessage, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setExceptionMessage, setExceptionMessage, setExceptionMessage, setRootException, toString
 
Methods inherited from class com.hyperion.css.CSSBaseException
getCSSAreaCode, getCSSErrorCode, getExceptionInfo, getProvider, getRootCauses, getRootMessages, setErrorCode, setExceptionInfo, setLocale, setRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSPasswordExpiredException

public CSSPasswordExpiredException(java.util.Map context,
                                   java.lang.String sourceClass,
                                   java.lang.String sourceMethod,
                                   java.lang.String msg)
Deprecated. 

CSSPasswordExpiredException

public CSSPasswordExpiredException(java.lang.String s)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   java.lang.String[] errorArguments)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   java.lang.String[] errorArguments,
                                   int logLevel)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   java.lang.Throwable rootException)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   java.lang.Throwable rootException,
                                   int logLevel)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   java.lang.String[] errorArguments,
                                   java.lang.Throwable rootException)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   java.lang.String[] errorArguments,
                                   java.lang.Throwable rootException,
                                   int logLevel)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordExpiredException

public CSSPasswordExpiredException(long areaCode,
                                   long errorCode,
                                   int logLevel)
Deprecated. - This will throw generic exception, will be deleted next release.



Copyright © 2005-2009 Oracle Corporation.