Class TextNotFoundException

All Implemented Interfaces:
Serializable

public class TextNotFoundException extends Zos3270Exception
See Also:
  • Constructor Details

    • TextNotFoundException

      public TextNotFoundException()
    • TextNotFoundException

      public TextNotFoundException(String message)
    • TextNotFoundException

      public TextNotFoundException(Throwable cause)
    • TextNotFoundException

      public TextNotFoundException(String message, Throwable cause)
    • TextNotFoundException

      public TextNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)