org.codehaus.plexus.classworlds.realm
public class DuplicateRealmException extends ClassWorldException
ClassRealm
to a
ClassWorld
with a duplicate id.
Version: $Id: DuplicateRealmException.java 4813 2006-11-24 14:06:14Z handyande $
Field Summary | |
---|---|
String | id
The realm id. |
Constructor Summary | |
---|---|
DuplicateRealmException(ClassWorld world, String id)
Construct.
|
Method Summary | |
---|---|
String | getId()
Retrieve the duplicate realm id.
|
Parameters: world The world. id The realm id.
Returns: The id.