All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tascomm.dts.IllegalLengthException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----tascomm.dts.IllegalLengthException

public class IllegalLengthException
extends RuntimeException
Signals that the length of the user data specified for the DTS message exceeds the maximum of 31922 bytes. The longest allowed DTS message length is 32000 bytes and space for two 39-byte header structures is automatically reserved by the package. 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/20
Author:
Juha Lehtovirta
See Also:
DTSMessage

Constructor Index

 o IllegalLengthException(String)
Constructs an IllegalLengthException with the specified detail message.

Constructors

 o IllegalLengthException
 public IllegalLengthException(String info)
Constructs an IllegalLengthException with the specified detail message.

Parameters:
info - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index