Class EntityAddException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EntityAddException
    extends java.lang.Exception
    An exception, thrown by an EntityAddListener to veto against an Entity addition.
    Author:
    IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
    See Also:
    Entity, EntityAddListener, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityAddException​(java.lang.String msg)
      Creates a new EntityAddException.
    • Method Summary

      • 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

      • EntityAddException

        public EntityAddException​(java.lang.String msg)
        Creates a new EntityAddException.
        Parameters:
        msg - the message.