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

Class AdapterAlreadyRegisteredException

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.AdapterAlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class AdapterAlreadyRegisteredException
extends AdminRuntimeException
implements Serializable

An unchecked exception indicating that the given adapter has already been registered using AdapterRegistry.registerAdapter before, i.e. it is being registered a second time.

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

Constructor Summary
AdapterAlreadyRegisteredException()
          Constructs an AdapterAlreadyRegisteredException without an explicit message.
AdapterAlreadyRegisteredException(String message)
          Constructs an AdapterAlreadyRegisteredException 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

AdapterAlreadyRegisteredException

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


AdapterAlreadyRegisteredException

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

Parameters:
message - a message describing the exception


Copyright 2009 SAP AG Complete Copyright Notice