Class PortalAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.mech.access.PortalAccessException
- All Implemented Interfaces:
IPortalException
,Serializable
Exception is thrown when user doesn't have access rights
to perform certain operation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.webmethods.portal.PortalException
PortalException.IPortalExceptionDelegate
-
Field Summary
FieldsFields inherited from class com.webmethods.portal.PortalException
CURRENT_ERROR_LIST, EXCEPTION_DELEGATE_CLASS_NAME, logger, m_context, m_errorList, m_ignoreTargetMessage, m_isExpected, m_isLocalizable, m_messageArgs, m_messageInfo, m_messageKey, m_resBundleClass, m_target, s_portalExceptionDelegate
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.PortalAccessException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId) PortalAccessException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId, IThingID targetID) PortalAccessException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId, IThingID targetID, Object[] args) Deprecated.PortalAccessException
(String msg, IThingID userId) Deprecated.PortalAccessException
(String msg, IThingID userId, int rights) Deprecated. -
Method Summary
Methods inherited from class com.webmethods.portal.PortalException
addDetailsMesasge, addDetailsMessage, checkExpected, getCause, getContext, getErrorList, getErrorList, getGlobalProvider, getLocalizedMessage, getMessage, getMessageKey, getTargetException, getTLS, initDetailsMessage, isExpected, notImplemented, printFullStackTrace, printFullStackTrace, printStackTrace, printStackTrace, printStackTrace, putTLS, removeTLS, reset, reuseOrWrapException, setContext, setExpected, setIgnoreTargetMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
m_userID
-
m_targetID
-
-
Constructor Details
-
PortalAccessException
public PortalAccessException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId) -
PortalAccessException
public PortalAccessException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId, IThingID targetID) -
PortalAccessException
-
PortalAccessException
Deprecated. -
PortalAccessException
Deprecated. -
PortalAccessException
Deprecated.Access exception for a specific user.- Parameters:
msg
- Exception messageuserId
-IThingID
user instance
-
PortalAccessException
Deprecated.Access exception for a specific user and right set.- Parameters:
msg
- Exception error messageuserId
- User thing ID refence. SeeIThingID
rights
- Access rights. SeeIAccessRight
-
-
Method Details
-
getUserID
-
getTargetID
-