com.sap.aii.af.service.administration.api

Class AdapterCallbackDuplicateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.aii.af.service.administration.api.AdminRuntimeException
                  extended by com.sap.aii.af.service.administration.api.AdapterCallbackDuplicateException
All Implemented Interfaces:
Serializable

public class AdapterCallbackDuplicateException
extends AdminRuntimeException
implements Serializable

An unchecked exception thrown by AdapterRegistry.registerAdapter when any callback interface is provided more than once in the passed AdapterCallback[] array.

Version:
$Id: //tc/xpi.af/710_SP_REL/src/_af_service/psrv/api/com/sap/aii/af/service/administration/api/AdapterCallbackDuplicateException.java#1 $
See Also:
AdapterRegistry, AdapterCallback, Serialized Form

Constructor Summary
AdapterCallbackDuplicateException()
          Constructs an AdapterCallbackDuplicateException without an explicit message.
AdapterCallbackDuplicateException(String message)
          Constructs an AdapterCallbackDuplicateException with a message describing the exception.
 
Method Summary
 
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

AdapterCallbackDuplicateException

public AdapterCallbackDuplicateException()
Constructs an AdapterCallbackDuplicateException without an explicit message.


AdapterCallbackDuplicateException

public AdapterCallbackDuplicateException(String message)
Constructs an AdapterCallbackDuplicateException with a message describing the exception.

Parameters:
message - a message describing the exception


Copyright 2007 SAP AG Complete Copyright Notice