com.ibm.websphere.batch.ilc

Class ILProcedureException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.batch.ilc.ILProcedureException
All implemented interfaces:
java.io.Serializable

  1. public class ILProcedureException
  2. 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

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

Method Summary

Modifier and Type Method and Description
  1. 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

  1. 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

  1. public java.lang.String getLCECondition( )
Returns the LE condition string for this ILProcedureException.
Returns:
the LE condition string of tihs ILProcedureException.