com.sap.aii.af.lib.ra.cci

Class XIAdapterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by com.sap.aii.af.lib.ra.cci.XIAdapterException
All Implemented Interfaces:
Serializable

public class XIAdapterException
extends ResourceException

XIAdapterException is thrown if a message could not be delivered and delivery should not be retried.

See Also:
Serialized Form

Field Summary
static String VERSION_ID
           
 
Constructor Summary
XIAdapterException(Exception nestedException)
          Constructs a XIAdapterException with a nested exception
XIAdapterException(String errorText)
          Constructs a XIAdapterException with an error text
XIAdapterException(String errorText, Exception nestedException)
          Constructs a XIAdapterException with an error text and a nested exception
 
Method Summary
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
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
 

Field Detail

VERSION_ID

public static final String VERSION_ID
See Also:
Constant Field Values
Constructor Detail

XIAdapterException

public XIAdapterException(String errorText)
Constructs a XIAdapterException with an error text

Parameters:
errorText - The error text

XIAdapterException

public XIAdapterException(Exception nestedException)
Constructs a XIAdapterException with a nested exception

Parameters:
nestedException - The (usually catched) exception that causes this exception

XIAdapterException

public XIAdapterException(String errorText,
                          Exception nestedException)
Constructs a XIAdapterException with an error text and a nested exception

Parameters:
errorText - The error text
nestedException - The (usually catched) exception that causes this exception
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.af.lib.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice