com.sap.aii.af.service.administration.api
Class AdapterNotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.aii.af.service.administration.api.AdminRuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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