Class PropertyChangeException

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

public class PropertyChangeException extends 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:
  • Constructor Details

    • PropertyChangeException

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