net.larsan.urd.impl
Class AlreadyRegisteredException

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

public class AlreadyRegisteredException
extends java.lang.Exception

An exception indicating the a service have either tried to be registered twice or that an ID is already in use.

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

Constructor Summary
AlreadyRegisteredException(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

AlreadyRegisteredException

public AlreadyRegisteredException(java.lang.String msg)