com.ibm.connector2.screen

Class ScreenException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.connector2.screen.ScreenException
    • Constructor Summary

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

      • ScreenException

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

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