Package com.iplanet.sso
Class SSOTokenListenersUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.iplanet.sso.SSOException
com.iplanet.sso.SSOTokenListenersUnsupportedException
- All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage
,Serializable
This
SSOTokenCannotBeObservedException
is thrown when calling
SSOToken.addSSOTokenListener(SSOTokenListener)
on an SSOToken
type that does not generate lifecycle events.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anSSOTokenListenersUnsupportedException
with a detail message. -
Method Summary
Methods inherited from class com.iplanet.sso.SSOException
getL10NMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSOTokenListenersUnsupportedException
Constructs anSSOTokenListenersUnsupportedException
with a detail message.- Parameters:
msg
- The message provided by the object that is throwing the exception.
-