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

Class AdminRuntimeException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdapterAlreadyRegisteredException, AdapterCallbackDuplicateException, AdapterCallbackUnknownException, AdapterCapabilityMismatchException, AdapterNotRegisteredException

public class AdminRuntimeException
extends RuntimeException
implements Serializable

An unchecked base exception for any runtime exceptions related to the com.sap.aii.af.service.administration.* package hierarchy.

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

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

AdminRuntimeException

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


AdminRuntimeException

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

Parameters:
message - a message describing the exception

AdminRuntimeException

public AdminRuntimeException(String message,
                             Throwable cause)
Constructs an AdminRuntimeException 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