ibspan.tss.core.storage
Class ModelLoaderInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.core.storage.ModelLoaderInitException
All Implemented Interfaces:
Serializable

public class ModelLoaderInitException
extends Exception

Signal problems with initializing ModelLoad class.

Author:
Maciej Gawinecki
See Also:
Serialized Form

Constructor Summary
ModelLoaderInitException(String msg)
           
ModelLoaderInitException(String msg, Throwable t)
           
 
Method Summary
 
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

ModelLoaderInitException

public ModelLoaderInitException(String msg,
                                Throwable t)

ModelLoaderInitException

public ModelLoaderInitException(String msg)