com.hyperion.css
Class CSSPasswordPolicyException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CSSPasswordExpiredException

Deprecated. - This will throw generic exception, will be deleted next release.

public class CSSPasswordPolicyException
extends CSSException

Handler for password policy exceptions.

Author:
Vinoj Kurunnan
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
  CSSPasswordPolicyException()
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(java.lang.Exception e)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(long areaCode, long errorCode)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(long areaCode, long errorCode, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(long areaCode, long errorCode, java.lang.String[] errorArguments)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(long areaCode, long errorCode, java.lang.String[] errorArguments, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(long areaCode, long errorCode, java.lang.String[] errorArguments, java.lang.Throwable rootException)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(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.
  CSSPasswordPolicyException(long areaCode, long errorCode, java.lang.Throwable rootException)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(long areaCode, long errorCode, java.lang.Throwable rootException, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String msg)
          Deprecated.  
  CSSPasswordPolicyException(javax.naming.NamingException nEX)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(java.lang.String s)
          Deprecated. - This will throw generic exception, will be deleted next release.
  CSSPasswordPolicyException(java.lang.String s, java.lang.Exception e)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode, java.lang.String[] errorArguments)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode, java.lang.String[] errorArguments, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode, java.lang.String[] errorArguments, java.lang.Throwable rootException)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, 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.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode, java.lang.Throwable rootException)
          Deprecated. - This will throw generic exception, will be deleted next release.
protected CSSPasswordPolicyException(java.lang.String callerFQCN, long areaCode, long errorCode, java.lang.Throwable rootException, int logLevel)
          Deprecated. - This will throw generic exception, will be deleted next release.
 
Method Summary
 int getPasswordPolicyErrorCode()
          Deprecated. - This will throw generic exception, will be deleted next release.
static int getPasswordPolicyErrorCode(javax.naming.NamingException ne)
          Deprecated. - This will throw generic exception, will be deleted next release.
 java.lang.String getRedirectURL()
          Deprecated. - This will throw generic exception, will be deleted next release.
 boolean hasPasswordPolicyError()
          Deprecated. - This will throw generic exception, will be deleted next release.
 void setRedirectURL(java.lang.String redirectURL)
          Deprecated. - This will throw generic exception, will be deleted next release.
 
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

CSSPasswordPolicyException

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

CSSPasswordPolicyException

public CSSPasswordPolicyException()
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordPolicyException

public CSSPasswordPolicyException(javax.naming.NamingException nEX)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordPolicyException

public CSSPasswordPolicyException(java.lang.Exception e)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

protected CSSPasswordPolicyException(java.lang.String callerFQCN,
                                     long areaCode,
                                     long errorCode)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

protected CSSPasswordPolicyException(java.lang.String callerFQCN,
                                     long areaCode,
                                     long errorCode,
                                     java.lang.Throwable rootException)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

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


CSSPasswordPolicyException

public CSSPasswordPolicyException(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.


CSSPasswordPolicyException

protected CSSPasswordPolicyException(java.lang.String callerFQCN,
                                     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.


CSSPasswordPolicyException

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


CSSPasswordPolicyException

protected CSSPasswordPolicyException(java.lang.String callerFQCN,
                                     long areaCode,
                                     long errorCode,
                                     int logLevel)
Deprecated. - This will throw generic exception, will be deleted next release.


CSSPasswordPolicyException

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

Method Detail

hasPasswordPolicyError

public boolean hasPasswordPolicyError()
Deprecated. - This will throw generic exception, will be deleted next release.


getPasswordPolicyErrorCode

public int getPasswordPolicyErrorCode()
Deprecated. - This will throw generic exception, will be deleted next release.


getPasswordPolicyErrorCode

public static int getPasswordPolicyErrorCode(javax.naming.NamingException ne)
Deprecated. - This will throw generic exception, will be deleted next release.


getRedirectURL

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


setRedirectURL

public void setRedirectURL(java.lang.String redirectURL)
Deprecated. - This will throw generic exception, will be deleted next release.



Copyright © 2005-2009 Oracle Corporation.