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

Class AdapterCallbackUnknownException

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

public class AdapterCallbackUnknownException
extends AdminRuntimeException
implements Serializable

An unchecked exception thrown by AdapterRegistry.registerAdapter when any of the supplied callbacks is not known to the Adapter Framework.

Typically, this exception will only occur if you try to extend the AdapterCallback interface yourself and register this custom callback with the Adapter Framework.

See Also:
AdapterRegistry, Serialized Form

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

AdapterCallbackUnknownException

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


AdapterCallbackUnknownException

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

Parameters:
message - a message describing the exception
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice