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
This SSOTokenCannotBeObservedException is thrown when calling SSOToken.addSSOTokenListener(SSOTokenListener) on an SSOToken type that does not generate lifecycle events.
See Also:
  • Constructor Details

    • SSOTokenListenersUnsupportedException

      public SSOTokenListenersUnsupportedException(String msg)
      Constructs an SSOTokenListenersUnsupportedException with a detail message.
      Parameters:
      msg - The message provided by the object that is throwing the exception.