Class EntityRemoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.mgmt.EntityRemoveException
All Implemented Interfaces:
Serializable

public class EntityRemoveException extends Exception
An exception, thrown by an EntityRemoveListener to veto against an Entity removal.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
See Also:
  • Constructor Details

    • EntityRemoveException

      public EntityRemoveException(String msg)
      Creates a new EntityRemoveException.
      Parameters:
      msg - the message.