Class InvalidValueException

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

public class InvalidValueException extends Exception
Throwed by a Property on setValue() if the given value does not correspond to the min/max/choise definitions for the Property.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
See Also:
  • Constructor Details

    • InvalidValueException

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