IBM Branch Transformation Toolkit Javadoc

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.connector2.sna.lu62.exception.Lu62Exception
              extended bycom.ibm.connector2.sna.lu62.exception.Lu62InvalidRequestException
All Implemented Interfaces:
Lu62ErrorConstants, java.io.Serializable

public class Lu62InvalidRequestException
extends Lu62Exception

The Lu62InvalidRequestException class throws an exception when the request is not possible at the moment. Action: Check message string from exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
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
Lu62InvalidRequestException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates a Lu62InvalidRequestException object.
 
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

Lu62InvalidRequestException

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

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

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005