Package com.swiftmq.mgmt
Class PropertyChangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.mgmt.PropertyChangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyChangeException extends java.lang.Exception
An exception, thrown by a PropertyChangeListener to veto against a Property change.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
Property
,PropertyChangeListener
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeException(java.lang.String msg)
Creates a new PropertyChangeException.
-