net.larsan.urd.impl
Class NotConfiguredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.urd.impl.NotConfiguredException
All Implemented Interfaces:
java.io.Serializable

public class NotConfiguredException
extends java.lang.Exception

This simple exception can be used to signal that a praticular service or module have not been configured.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
NotConfiguredException()
           
NotConfiguredException(java.lang.String msg)
           
 
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

NotConfiguredException

public NotConfiguredException()

NotConfiguredException

public NotConfiguredException(java.lang.String msg)