org.apache.directory.shared.ldap.schema.ldif.extractor
Class UniqueResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.ldap.schema.ldif.extractor.UniqueResourceException
- All Implemented Interfaces:
- Serializable
public class UniqueResourceException
- extends RuntimeException
Exception for when we detect more than one unqiue schema LDIF file resource
on the classpath.
- Version:
- $Rev: 664295 $ $Date: 2008-06-07 10:48:16 +0300 (Sat, 07 Jun 2008) $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
UniqueResourceException
public UniqueResourceException(String resourceName,
String resourceDescription)
UniqueResourceException
public UniqueResourceException(String resourceName,
List<URL> urls,
String resourceDescription)
UniqueResourceException
public UniqueResourceException(String resourceName,
URL first,
Enumeration<URL> urlEnum,
String resourceDescription)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getResourceName
public String getResourceName()
getUrls
public List<URL> getUrls()
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.