com.attachmate.emulation.exception
Class TruncatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.attachmate.emulation.exception.TruncatedException
All Implemented Interfaces:
java.io.Serializable

public class TruncatedException
extends java.lang.Exception

Indicates that there is not enough room in the presentation space to write all of the data specified by the putString or putStringEx method.

Version:
3.1
See Also:
Serialized Form

Constructor Summary
TruncatedException()
           
TruncatedException(java.lang.String inDetailMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TruncatedException

public TruncatedException()

TruncatedException

public TruncatedException(java.lang.String inDetailMessage)