|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.connector2.screen.ScreenException
com.ibm.connector2.screen.FieldProtectedException
public class FieldProtectedException
This exception is thrown when an attempt is made to modify a field which is protected.
Constructor Summary | |
---|---|
FieldProtectedException()
Constructs a FieldProtectedException with
no detail message. |
|
FieldProtectedException(java.lang.String s)
Constructs a FieldProtectedException with
the specified detail message. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldProtectedException()
FieldProtectedException
with
no detail message.
public FieldProtectedException(java.lang.String s)
FieldProtectedException
with
the specified detail message.
s
- The detail message.
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |