com.attachmate.emulation.exception
Class InputInhibitedException

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

public class InputInhibitedException
extends java.lang.Exception

Indicates that the putString or putStringEx method was not able to complete successfully because a field with the input inhibited attribute was encountered.

Version:
3.1
See Also:
Serialized Form

Constructor Summary
InputInhibitedException()
           
InputInhibitedException(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

InputInhibitedException

public InputInhibitedException()

InputInhibitedException

public InputInhibitedException(java.lang.String inDetailMessage)