net.juniper.smgt.ent.im
Class SSPUnknownSubscriberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.juniper.smgt.ent.im.EntException
net.juniper.smgt.ent.im.SessionException
net.juniper.smgt.ent.im.SSPUnknownSubscriberException
- All Implemented Interfaces:
- Serializable
public class SSPUnknownSubscriberException
- extends SessionException
This exception is thrown if a subscription session operation failed because either
- there is no SSP managing the corresponding subscriber. This case will persist until an SSP is managing the subscriber
- the enterprise portal has located the SSP managing the subscriber and instantiated a working session and later
there has been a failure in the network (either an ERX interface goes down or the ERX fails over to a
different SSP) so that the SSP is no longer managing the subscriber. This case will persist until either
the manager explicitly reloads the session or logs out and logs back in again
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SSPUnknownSubscriberException
public SSPUnknownSubscriberException()
- SSPUnknownSubscriberException default constructor.
SSPUnknownSubscriberException
public SSPUnknownSubscriberException(String msg)
- SSPUnknownSubscriberException constructor with message as an argument.
- Parameters:
msg
- java.lang.String the message