com.iver.andami.ui
Class MDIManagerLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.andami.ui.MDIManagerLoadException
All Implemented Interfaces:
java.io.Serializable

public class MDIManagerLoadException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MDIManagerLoadException()
           
MDIManagerLoadException(java.lang.String message)
           
MDIManagerLoadException(java.lang.String message, java.lang.Throwable cause)
           
MDIManagerLoadException(java.lang.Throwable cause)
           
 
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

MDIManagerLoadException

public MDIManagerLoadException()

MDIManagerLoadException

public MDIManagerLoadException(java.lang.String message)
Parameters:
message -

MDIManagerLoadException

public MDIManagerLoadException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -

MDIManagerLoadException

public MDIManagerLoadException(java.lang.Throwable cause)
Parameters:
cause -