com.oktiva.mogno
Class InitializeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oktiva.mogno.InitializeException
All Implemented Interfaces:
java.io.Serializable

public class InitializeException
extends java.lang.Exception

Version:
$Id: InitializeException.java,v 1.1.1.1 2005/01/05 16:52:47 ruoso Exp $
See Also:
Serialized Form

Constructor Summary
InitializeException()
          Creates a new instance of InitializeException without detail message.
InitializeException(java.lang.String msg)
          Constructs an instance of InitializeException with the specified detail message.
InitializeException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializeException

public InitializeException()
Creates a new instance of InitializeException without detail message.


InitializeException

public InitializeException(java.lang.String msg)
Constructs an instance of InitializeException with the specified detail message.

Parameters:
msg - the detail message.

InitializeException

public InitializeException(java.lang.Throwable cause)