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

Class AdapterNotRegisteredException

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

public class AdapterNotRegisteredException
extends AdminRuntimeException
implements Serializable

An unchecked exception indicating that the given adapter has not been registered using AdapterRegistry.registerAdapter although this registration is mandatory for using the respective functionality.

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

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

AdapterNotRegisteredException

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


AdapterNotRegisteredException

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

Parameters:
message - a message describing the exception


Copyright 2009 SAP AG Complete Copyright Notice