net.juniper.smgt.sae.portal
Class UnknownSubscriptionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.sae.portal.PortalException
|
+--net.juniper.smgt.sae.portal.UnknownSubscriptionException
- All Implemented Interfaces:
- Serializable
- public class UnknownSubscriptionException
- extends PortalException
This exception is thrown if an attempt is made to access the properties of
a Subscription bean that is initialized such that the user specified by
the bean's userIp
or userDn property is not currently
subscribed to the service specified by the bean's serviceName property.
- See Also:
- Serialized Form
getSourceBean
public Subscription getSourceBean()
- Returns the
Subscription bean that threw this
exception.
- See Also:
Subscription