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
@SupportedAll public class SSOTokenListenersUnsupportedException extends SSOException
ThisSSOTokenCannotBeObservedException
is thrown when callingSSOToken.addSSOTokenListener(SSOTokenListener)
on anSSOToken
type that does not generate lifecycle events.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSOTokenListenersUnsupportedException(String msg)
Constructs 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 Detail
-
SSOTokenListenersUnsupportedException
public SSOTokenListenersUnsupportedException(String msg)
Constructs anSSOTokenListenersUnsupportedException
with a detail message.- Parameters:
msg
- The message provided by the object that is throwing the exception.
-
-