com.hyperion.css
Class CSSInvalidRoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hyperion.css.CSSBaseException
com.hyperion.css.CSSException
com.hyperion.css.CSSInvalidRoleException
- All Implemented Interfaces:
- java.io.Serializable
public class CSSInvalidRoleException
- extends CSSException
This exception, if thrown, implies that the role specified does not exist, but existed at some time. This exception
is likely to occur if the identity is passed in but no role can be found with that identity. The role might have been
deleted.
- See Also:
CSSAppExceptionIF.INVALID_ROLE_EXCEPTION
,
Serialized Form
Fields inherited from class com.hyperion.css.CSSBaseException |
area_Code, error_Code, errorArguments, errorMessage, hasErrorArguments, hasRootCause, locale, logLevel, providerName, rootCausesList, rootMessagesList |
Constructor Summary |
CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode)
|
CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object param1)
|
CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object[] args)
|
CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown)
|
CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object param1)
|
CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object[] args)
|
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 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 |
CSSInvalidRoleException
public CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode)
CSSInvalidRoleException
public CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown)
CSSInvalidRoleException
public CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object param1)
CSSInvalidRoleException
public CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object[] args)
CSSInvalidRoleException
public CSSInvalidRoleException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object param1)
CSSInvalidRoleException
public CSSInvalidRoleException(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.