com.ibm.commerce.rules.project
Class SelfAddressNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.commerce.rules.project.EventRuleHelperUtilException
                    |
                    +--com.ibm.commerce.rules.project.SelfAddressNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SelfAddressNotFoundException
extends EventRuleHelperUtilException

This exception is thrown to indicate that a self address could not be found.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
SelfAddressNotFoundException(UserAccessBean forUser)
           
 
Method Summary
 UserAccessBean getUser()
           
 
Methods inherited from class com.ibm.commerce.rules.project.EventRuleHelperUtilException
getOriginator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

SelfAddressNotFoundException

public SelfAddressNotFoundException(UserAccessBean forUser)
Parameters:
forUser - The user for which a self address was not found.
Method Detail

getUser

public UserAccessBean getUser()
Returns:
The user for which a self address was not found.