IBM Bank Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62.exception
Class Lu62InternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.connector2.sna.lu62.exception.Lu62Exception
              extended by com.ibm.connector2.sna.lu62.exception.Lu62InternalErrorException
All Implemented Interfaces:
Lu62ErrorConstants, java.io.Serializable

public class Lu62InternalErrorException
extends Lu62Exception

The Lu62InternalErrorException class throws an exception when a Communication Internal error is produced. Action: Check code.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ibm.connector2.sna.lu62.exception.Lu62ErrorConstants
ALLOCATE_ERROR, CONVERSATION_INITIALIZATION_ERROR, CONVERSATION_TERMINATION_ERROR, CPI_C_API_ERROR, DLL_LOADING_ERROR, EVENT_ID_ERROR, FATAL, INITIALIZE_FOR_INCOMING_ERROR, INVALID_CONVERSATION_STATUS, MESSAGE_PUBLISHER_JMS_EXCEPTION, MESSAGE_PUBLISHER_NAMING_EXCEPTION, RECOVERABLE
 
Constructor Summary
Lu62InternalErrorException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates a Lu62InternalErrorException object.
 
Method Summary
 
Methods inherited from class com.ibm.connector2.sna.lu62.exception.Lu62Exception
getClassName, getErrorCode, getMessage, getMethodName, getSeverity, setClassName, setErrorCode, setMessage, setMethodName, setSeverity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

Lu62InternalErrorException

public Lu62InternalErrorException(java.lang.String aSeverity,
                                  java.lang.String aCode,
                                  java.lang.String aMessage)
This constructor creates a Lu62InternalErrorException object.

Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008