Class CBLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ACMNumberFormatException, CBLContinueableException, CBLFatalException, CicsException, ControlException, IOStatusException, MQException, NoDataException, ProgramUnavailableException

public class CBLException extends RuntimeException
See Also:
  • Field Details

    • log

      protected static transient Log log
  • Constructor Details

    • CBLException

      public CBLException()
    • CBLException

      public CBLException(String message)
    • CBLException

      public CBLException(String message, Throwable reason)
    • CBLException

      public CBLException(SQLException reason)
    • CBLException

      public CBLException(Throwable reason)
  • Method Details