com.ibm.connector2.screen

Class NameNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable


    public class NameNotFoundException
    extends ScreenException
    This exception is thrown to indicate that a failure occurs when trying to find the named object.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NameNotFoundException()
      Constructs a NameNotFoundException with no detail message.
      NameNotFoundException(java.lang.String s)
      Constructs a NameNotFoundException 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

      • NameNotFoundException

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

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