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

Class AdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.aii.af.service.administration.api.AdminException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelUnknownException

public class AdminException
extends Exception
implements Serializable

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

See Also:
Serialized Form

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

AdminException

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


AdminException

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

Parameters:
message - a message describing the exception

AdminException

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

Parameters:
message - a message describing the exception
cause - the exception originally causing this 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