com.attachmate.emulation.exception
Class ProtectedFieldException

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

public class ProtectedFieldException
extends java.lang.Exception

Indicates that the putString or putStringEx method was not able to complete successfully because a protected field was encountered.

Version:
3.1
See Also:
Serialized Form

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

ProtectedFieldException

public ProtectedFieldException()

ProtectedFieldException

public ProtectedFieldException(java.lang.String inDetailMessage)