Attachmate Verastream SDK for UMC Reference Guide v4.0

com.attachmate.emulation.exception
Class ProtectedFieldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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.

See Also:
Serialized Form

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
ProtectedFieldException()
           
ProtectedFieldException(java.lang.String inDetailMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

ProtectedFieldException

public ProtectedFieldException()

ProtectedFieldException

public ProtectedFieldException(java.lang.String inDetailMessage)

Attachmate Verastream SDK for UMC Reference Guide v4.0