Core API 4.3

net.juniper.smgt.sae.portal
Class UnknownServiceSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.juniper.smgt.sae.portal.PortalException
                    |
                    +--net.juniper.smgt.sae.portal.SspException
                          |
                          +--net.juniper.smgt.sae.portal.UnknownServiceSessionException
All Implemented Interfaces:
Serializable

public class UnknownServiceSessionException
extends SspException

This exception is thrown when an attempt to modify the non-active subscription session discrebed by this bean.

See Also:
Serialized Form

Method Summary
 Subscription getSourceBean()
          Returns the Subscription bean that threw this exception.
 
Methods inherited from class net.juniper.smgt.sae.portal.SspException
getMessage, getWebMessage, setWebMessage
 
Methods inherited from class net.juniper.smgt.sae.portal.PortalException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSourceBean

public Subscription getSourceBean()
Returns the Subscription bean that threw this exception.

See Also:
Subscription

Core API 4.3