com.hyperion.css
Class CSSAuthenticationException

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.CSSAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class CSSAuthenticationException
extends CSSException

This exception, if thrown, implies that a user is found but the password does not match; in other words, the credentials are invalid.

See Also:
CSSAppExceptionIF.AUTHENTICATION_EXCEPTION, 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
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod)
           
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String errorCode)
           
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String errorCode, java.lang.Object param1)
           
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String errorCode, java.lang.Object[] args)
           
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String errorCode, java.lang.Throwable thrown)
           
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String errorCode, java.lang.Throwable thrown, java.lang.Object param1)
           
CSSAuthenticationException(java.util.Map context, java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String errorCode, java.lang.Throwable thrown, java.lang.Object[] args)
           
 
Method Summary
 
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

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod)

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod,
                                  java.lang.String errorCode)

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod,
                                  java.lang.String errorCode,
                                  java.lang.Throwable thrown)

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod,
                                  java.lang.String errorCode,
                                  java.lang.Throwable thrown,
                                  java.lang.Object param1)

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod,
                                  java.lang.String errorCode,
                                  java.lang.Throwable thrown,
                                  java.lang.Object[] args)

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod,
                                  java.lang.String errorCode,
                                  java.lang.Object param1)

CSSAuthenticationException

public CSSAuthenticationException(java.util.Map context,
                                  java.lang.String sourceClass,
                                  java.lang.String sourceMethod,
                                  java.lang.String errorCode,
                                  java.lang.Object[] args)


Copyright © 2005-2009 Oracle Corporation.