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