com.ibm.itim.webclient.logon

Class LogonException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.itim.webclient.logon.LogonException
  • All Implemented Interfaces:
    java.io.Serializable


    public class LogonException
    extends java.lang.Exception
    General exception that takes place during logon
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      LogonException()
      Creates new LogonException without detail message.
      LogonException(java.lang.String msg)
      Constructs an LogonException with the specified detail message.
    • 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

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

      • LogonException

        public LogonException()
        Creates new LogonException without detail message.
      • LogonException

        public LogonException(java.lang.String msg)
        Constructs an LogonException with the specified detail message.
        Parameters:
        msg - the detail message.