Class DuplicateRealmException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class DuplicateRealmException
    extends ClassWorldException
    Deprecated.
    Indicates an attempt to add a ClassRealm to a ClassWorld with a duplicate id.
    Author:
    bob mcwhirter
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Deprecated.
      Retrieve the duplicate realm id.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • DuplicateRealmException

        public DuplicateRealmException​(ClassWorld world,
                                       java.lang.String id)
        Deprecated.
        Construct.
        Parameters:
        world - The world.
        id - The realm id.
    • Method Detail

      • getId

        public java.lang.String getId()
        Deprecated.
        Retrieve the duplicate realm id.
        Returns:
        The id.