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

Class AdapterCapabilityMismatchException

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

public class AdapterCapabilityMismatchException
extends AdminRuntimeException
implements Serializable

An unchecked exception that is either thrown during an adapter's registration when a conflict between multiple capabilities and/or callbacks is detected or during the invocation of an API that requires a certain capability, which has not been specified during the adapter's registration.

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

Constructor Summary
AdapterCapabilityMismatchException()
          Constructs an AdapterCapabilityMismatchException without an explicit cause and message.
AdapterCapabilityMismatchException(String message)
          Constructs an AdapterCapabilityMismatchException with a message describing the exception.
AdapterCapabilityMismatchException(String message, Throwable cause)
          Constructs an AdapterCapabilityMismatchException with a cause and message.
 
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

AdapterCapabilityMismatchException

public AdapterCapabilityMismatchException()
Constructs an AdapterCapabilityMismatchException without an explicit cause and message.


AdapterCapabilityMismatchException

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

Parameters:
message - a message describing the exception

AdapterCapabilityMismatchException

public AdapterCapabilityMismatchException(String message,
                                          Throwable cause)
Constructs an AdapterCapabilityMismatchException with a cause and message.

Parameters:
message - a message describing the exception
cause - the exception originally causing this exception


Copyright 2009 SAP AG Complete Copyright Notice