com.ail.core.configure
Class DuplicateNamespaceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.configure.ConfigurationError
                  extended by com.ail.core.configure.DuplicateNamespaceError
All Implemented Interfaces:
java.io.Serializable

public class DuplicateNamespaceError
extends ConfigurationError

This error is thrown when a the request is made to load properties for a namespace for which two records exist.

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Constructor Summary
DuplicateNamespaceError(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateNamespaceError

public DuplicateNamespaceError(java.lang.String description)