com.ibm.websphere.batch.ilc

Class ILProcedureException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.websphere.batch.ilc.ILProcedureException
  • All Implemented Interfaces:
    java.io.Serializable


    public class ILProcedureException
    extends java.lang.Exception
    Represents an error that occurs during invocation of an ILProcedure object by an ILContainer. This error may runtime error encountered by the target native procedure and trappable through a z/OS Language Environment condition handler.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ILProcedureException(java.lang.String lceCondition)
      Creates a new ILProcedureException containing the specified LE condition string.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getLCECondition()
      Returns the LE condition string for this ILProcedureException.
      • Methods inherited from class java.lang.Throwable

        fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ILProcedureException

        public ILProcedureException(java.lang.String lceCondition)
        Creates a new ILProcedureException containing the specified LE condition string. The ILContainer uses this constructor to create a new ILProcedureException when it traps an LE condition in its condition handler during the invocation of a target native procedure.
        Parameters:
        lceCondition -
    • Method Detail

      • getLCECondition

        public java.lang.String getLCECondition()
        Returns the LE condition string for this ILProcedureException.
        Returns:
        the LE condition string of tihs ILProcedureException.
IBM WebSphere Application ServerTM
Release 8.5