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
See Also:
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 |
---|---|
|
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.