All Packages Class Hierarchy This Package Previous Next Index
Class tascomm.dts.IllegalParameterException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----tascomm.dts.IllegalParameterException
- public class IllegalParameterException
- extends RuntimeException
Signals that the parameter given for the constructed DTS
message is in invalid format. For example, the length of
specified remote node or handler name exceeds the maximum of
8 characters.
This exception is derived from the Java RuntimeException
class. The Java virtual machine catches it by default, thus the
programmer is not required to catch this exception.
- Version:
- 1.00, 97/10/21
- Author:
- Juha Lehtovirta
- See Also:
- DTSMessage
All Packages Class Hierarchy This Package Previous Next Index