public class BrokenPartyException
extends java.lang.Exception
NegotiationPartyInternal
fails. Contains
partial data scraps from the failed construction, which is needed for
logging. SessionConfiguration
but no
instantiated Profiles. This is because when this exception is thrown not all
profiles may have been created, eg when we have to time-out construction.
Therefore you will have to load the profiles (possibly again) if you want to
access them when handling this error.Constructor and Description |
---|
BrokenPartyException(java.lang.String mes,
SessionConfiguration configuration,
Session session,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
getConfiguration() |
Session |
getSession() |
public BrokenPartyException(java.lang.String mes, SessionConfiguration configuration, Session session, java.lang.Throwable cause)
public Session getSession()
public SessionConfiguration getConfiguration()