Class CicsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CicsContinuableException, FormatTimeException, NotAuthorizedException, ProgramIDErrorException, QueueItemNumberDoesNotExitException

public class CicsException extends CBLException
See Also:
  • Field Details

    • responseCode

      protected int responseCode
  • Constructor Details

    • CicsException

      public CicsException()
    • CicsException

      public CicsException(String message)
    • CicsException

      public CicsException(String message, Exception reason)
    • CicsException

      public CicsException(String message, int responseCode)
    • CicsException

      public CicsException(String message, String exceptionCode, int responseCode)
  • Method Details

    • getCicsExceptionCode

      public String getCicsExceptionCode()
    • getCicsResponseCode

      public int getCicsResponseCode()