com.sap.aii.af.service.cpa

Class CPAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.aii.af.service.cpa.CPAException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CPAChannelStoppedException

public class CPAException
extends Exception
implements Serializable

The CPAException is the base exception for the CPA cache service API. More specific exceptions are derived from this base exception in the impl.exception package. All CPA cache API methods will throw this base exception, if any.

See Also:
Serialized Form

Constructor Summary
CPAException(String message)
          The default constructor for the CPAException object.
CPAException(String message, Exception ex)
          The constructor for nesting exceptions.
 
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

CPAException

public CPAException(String message)
The default constructor for the CPAException object.

Parameters:
message - The error text.

CPAException

public CPAException(String message,
                    Exception ex)
The constructor for nesting exceptions.

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 2014 SAP AG Complete Copyright Notice