Package com.swiftmq.mgmt
Class InvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.mgmt.InvalidTypeException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTypeException
Creates a new InvalidTypeException.- Parameters:
msg
- the message.
-