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

Author:
AAmies
See Also:
Serialized Form

Constructor Summary
LogonException()
          Creates new LogonException without detail message.
LogonException(java.lang.String msg)
          Constructs an LogonException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.