com.ibm.retail.si.mgmt
Class MgmtException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.retail.si.mgmt.MgmtException
All Implemented Interfaces:
java.io.Serializable

public class MgmtException
extends java.lang.Exception

Version:
1.0
Author:
Chris Arrington
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MgmtException()
           
MgmtException(java.lang.String message)
           
MgmtException(java.lang.String message, java.lang.Throwable rootCause)
           
MgmtException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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

MgmtException

public MgmtException()

MgmtException

public MgmtException(java.lang.String message)

MgmtException

public MgmtException(java.lang.Throwable rootCause)

MgmtException

public MgmtException(java.lang.String message,
                     java.lang.Throwable rootCause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004