public class SecurityManagerException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Service Event Fabric Core
Description: Defines an exception thrown by the SecurityManager
operations.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SecurityManagerException(int errorCode,
java.lang.String message) |
SecurityManagerException(int errorCode,
java.lang.String message,
java.lang.String entity) |
SecurityManagerException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
SecurityManagerException(int errorCode,
java.lang.String message,
java.lang.Throwable cause,
java.lang.String entity) |
SecurityManagerException(int errorCode,
java.lang.Throwable cause) |
SecurityManagerException(int errorCode,
java.lang.Throwable cause,
java.lang.String entity) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntity()
Returns a name of an entity (User, Group or Organization) for which the exception was thrown.
|
canConvertEventProperty, clearEventProperties, clone, equals, existsEventProperty, getCorrelationId, getCorrelationIdAsBytes, getDurable, getErrorCode, getErrorCodeAsString, getErrorMessage, getErrorPrefix, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventFloatProperty, getEventGroupId, getEventId, getEventIntProperty, getEventKey, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventSink, getEventSource, getEventStringProperty, getReplyTo, getSerialVersionUID, getSeverity, getTimestamp, getTransmitAccess, isCoalesced, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setErrorCode, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventSink, setEventStringProperty, setReplyTo, setSeverity, toString
public static final java.lang.String EVENT_ID
public SecurityManagerException(int errorCode, java.lang.String message)
public SecurityManagerException(int errorCode, java.lang.Throwable cause)
public SecurityManagerException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public SecurityManagerException(int errorCode, java.lang.String message, java.lang.String entity)
public SecurityManagerException(int errorCode, java.lang.Throwable cause, java.lang.String entity)
public SecurityManagerException(int errorCode, java.lang.String message, java.lang.Throwable cause, java.lang.String entity)
public java.lang.String getEntity()
ErrorCodes.SEF_AUTHENTICATION_FAILED
- a user name.ErrorCodes.SEF_USER_ALREADY_EXISTS
- a user name.ErrorCodes.SEF_USER_NOT_EXISTS
- a user name.ErrorCodes.SEF_SYSTEM_USER_ATTRIBUTE
- a user name.ErrorCodes.SEF_GROUP_ALREADY_EXISTS
- a group name.ErrorCodes.SEF_GROUP_NOT_EXISTS
- a group name.ErrorCodes.SEF_ORGANIZATION_ALREADY_EXISTS
- an organization name.ErrorCodes.SEF_ORGANIZATION_NOT_EXISTS
- an organization name.null
if no entity is associated with the exception.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.