Class InvalidTypeException

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

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

    • InvalidTypeException

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