net.juniper.smgt.sae.portal
Class UnknownUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.juniper.smgt.sae.portal.PortalException
net.juniper.smgt.sae.portal.UnknownUserException
- All Implemented Interfaces:
- Serializable
public class UnknownUserException
- extends PortalException
This exception is thrown when an attempt is made to access the properties of
a User
or Subscription
bean whose userIp
or userDn
property specifies a user
not currently logged in to SAE.
It is also thrown when one of the static methods of the
Ssp
class is passed a userIp
parameter
for which SAE can not find a logged in user.
- See Also:
- Serialized Form
getSourceBean
public User getSourceBean()
- Returns the
User
bean that threw this
exception.
- See Also:
User