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
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, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.