com.hlcl.rql.as
Class LanguageVariantNotSynchronizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hlcl.rql.as.RQLException
com.hlcl.rql.as.LanguageVariantNotSynchronizedException
- All Implemented Interfaces:
- java.io.Serializable
public class LanguageVariantNotSynchronizedException
- extends RQLException
Diese Ausnahme wird geworfen, wenn per Programm die Sprachvariante im Hintergrund gewechselt wird und es dabei eine RQLException gab. Der Autor
muss sich dann vom RedDot im browser abmelden, um die angezeigte Sprachvariante wieder mit seinen Sessiondaten zu synchronisieren.
- Author:
- LEJAFR
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LanguageVariantNotSynchronizedException
public LanguageVariantNotSynchronizedException(java.lang.String s)
- LanguageVariantNotSynchronizedException constructor comment.
- Parameters:
s
- message
LanguageVariantNotSynchronizedException
public LanguageVariantNotSynchronizedException(java.lang.String s,
java.lang.Throwable reason,
LanguageVariant usersLanguageVariant)
- LanguageVariantNotSynchronizedException constructor comment.
- Parameters:
s
- messagereason
- the wrapped exception
getUsersLanguageVariant
public LanguageVariant getUsersLanguageVariant()
- Returns:
- the usersLanguageVariant