Package com.swiftmq.mgmt
Class EntityRemoveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.mgmt.EntityRemoveException
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityRemoveException extends java.lang.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:
Entity
,EntityAddListener
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityRemoveException(java.lang.String msg)
Creates a new EntityRemoveException.
-