com.ibm.connector2.screen

Class FieldProtectedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class FieldProtectedException
    extends ScreenException
    This exception is thrown when an attempt is made to modify a field which is protected.
    • Constructor Summary

      Constructors 
      Constructor and Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FieldProtectedException

        public FieldProtectedException()
        Constructs a FieldProtectedException with no detail message.
      • FieldProtectedException

        public FieldProtectedException(java.lang.String s)
        Constructs a FieldProtectedException with the specified detail message.
        Parameters:
        s - The detail message.
©Copyright IBM Corp. 1994, 2013
Legal