|
Core API 7.14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.juniper.smgt.sae.portal.PortalException
net.juniper.smgt.sae.portal.UnknownUserException
public class UnknownUserException
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.
Method Summary | |
---|---|
User |
getSourceBean()
Returns the User bean that threw this
exception. |
Methods inherited from class net.juniper.smgt.sae.portal.PortalException |
---|
printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public User getSourceBean()
User
bean that threw this
exception.
User
|
Core API 7.14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |