com.ibm.tivoli.imi.controller

Class SessionInfoException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.tivoli.imi.controller.SessionInfoException
  • All Implemented Interfaces:
    java.io.Serializable


    public class SessionInfoException
    extends java.lang.Exception
    This exception is thrown whenever SessionInfoHelper is requested to generate a new sessionId, and it cannot be done. It happens, for example, when the current application is not Ticket based.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SessionInfoException

        public SessionInfoException()
      • SessionInfoException

        public SessionInfoException(java.lang.String message)