de.gruschke.dasync
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.gruschke.dasync.ConfigurationException

public class ConfigurationException
extends java.lang.Exception

Thrown when DASync encounters a configuration error at runtime.

Author:
Boris Gruschke
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String msg)


Boris Gruschke, 2000-11-11
License: GPL