Class DuplicateRealmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.classworlds.ClassWorldException
org.codehaus.plexus.classworlds.realm.DuplicateRealmException
- All Implemented Interfaces:
Serializable
Indicates an attempt to add a
ClassRealm
to a
ClassWorld
with a duplicate id.- Author:
- bob mcwhirter
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.codehaus.plexus.classworlds.ClassWorldException
getWorld
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateRealmException
Construct.- Parameters:
world
- The world.id
- The realm id.
-
-
Method Details
-
getId
Retrieve the duplicate realm id.- Returns:
- The id.
-