CAF SAP NetWeaver CE 7.1

com.sap.caf.rt.exception
Class CAFBONodeException

java.lang.Object
  extended by BaseException
      extended by com.sap.caf.rt.exception.CAFBaseException
          extended by com.sap.caf.rt.exception.CAFServiceException
              extended by com.sap.caf.rt.exception.CAFBONodeException

public class CAFBONodeException
extends CAFServiceException

This exception is thrown by the CAF runtime in different BO Node related situations.


Constructor Summary
CAFBONodeException()
          Deprecated. Use CAFBONodeException(Location) instead.
CAFBONodeException(BaseExceptionInfo baseExcInfo)
          Constructs a new CAFBONodeException.
CAFBONodeException(BaseExceptionInfo baseExcInfo, boolean isRealCause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause)
          Deprecated.  
CAFBONodeException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause, boolean isRealCause)
          Deprecated.  
CAFBONodeException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause)
          Deprecated.  
CAFBONodeException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause, boolean isRealCause)
          Deprecated.  
CAFBONodeException(LocalizableText localizableText)
          Deprecated. Use CAFBONodeException(Location, LocalizableText) instead.
CAFBONodeException(LocalizableTextFormatter textFormatter)
          Deprecated. Use CAFBONodeException(Location, LocalizableText) instead.
CAFBONodeException(LocalizableTextFormatter textFormatter, java.lang.Throwable cause)
          Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable) instead.
CAFBONodeException(LocalizableTextFormatter textFormatter, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable, boolean) instead.
CAFBONodeException(LocalizableText localizableText, java.lang.Throwable cause)
          Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable) instead.
CAFBONodeException(LocalizableText localizableText, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable, boolean) instead.
CAFBONodeException(com.sap.tc.logging.Location location)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, LocalizableText localizableText)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, Msg msg)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, Msg msg, java.lang.Throwable cause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, Msg msg, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, java.lang.Throwable cause)
          Constructs a new CAFBONodeException.
CAFBONodeException(com.sap.tc.logging.Location location, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFBONodeException.
CAFBONodeException(ResourceAccessor ra, Msg msg)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, Msg) instead.
CAFBONodeException(ResourceAccessor ra, Msg msg, java.lang.Throwable cause)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, Msg, Throwable) instead.
CAFBONodeException(ResourceAccessor ra, Msg msg, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.
CAFBONodeException(ResourceAccessor ra, java.lang.String key)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String) instead.
CAFBONodeException(ResourceAccessor ra, java.lang.String key, java.lang.Object[] args)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Object[]) instead.
CAFBONodeException(ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Object[], Throwable) instead.
CAFBONodeException(ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
CAFBONodeException(ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Throwable) instead.
CAFBONodeException(ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Throwable, boolean) instead.
 
Method Summary
 
Methods inherited from class com.sap.caf.rt.exception.CAFBaseException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getRealCause
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location)
Constructs a new CAFBONodeException.

Parameters:
location - logging location

CAFBONodeException

public CAFBONodeException()
Deprecated. Use CAFBONodeException(Location) instead.

Constructs a new CAFBONodeException.


CAFBONodeException

public CAFBONodeException(BaseExceptionInfo baseExcInfo)
Constructs a new CAFBONodeException.

Parameters:
baseExcInfo - information about the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(BaseExceptionInfo baseExcInfo,
                          boolean isRealCause)
Constructs a new CAFBONodeException.

Parameters:
baseExcInfo - information about the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          java.lang.Throwable cause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          java.lang.String key)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Throwable cause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Throwable cause)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Throwable) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Throwable, boolean) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Object[]) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args,
                          java.lang.Throwable cause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args,
                          java.lang.Throwable cause)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Object[], Throwable) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          Msg msg)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
msg - message from a resource bundle

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          Msg msg)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, Msg) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
msg - message from a resource bundle

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          Msg msg,
                          java.lang.Throwable cause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          Msg msg,
                          java.lang.Throwable cause)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, Msg, Throwable) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          Msg msg,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(ResourceAccessor ra,
                          Msg msg,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. Use CAFBONodeException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.

Constructs a new CAFBONodeException.

Parameters:
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          LocalizableText localizableText)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
localizableText - localizable message

CAFBONodeException

public CAFBONodeException(LocalizableText localizableText)
Deprecated. Use CAFBONodeException(Location, LocalizableText) instead.

Constructs a new CAFBONodeException.

Parameters:
localizableText - localizable message

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          LocalizableText localizableText,
                          java.lang.Throwable cause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(LocalizableText localizableText,
                          java.lang.Throwable cause)
Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable) instead.

Constructs a new CAFBONodeException.

Parameters:
localizableText - localizable message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Location location,
                          LocalizableText localizableText,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Constructs a new CAFBONodeException.

Parameters:
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(LocalizableText localizableText,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable, boolean) instead.

Constructs a new CAFBONodeException.

Parameters:
localizableText - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Category category,
                          int severity,
                          com.sap.tc.logging.Location location,
                          LocalizableText localizableText,
                          java.lang.Throwable cause)
Deprecated. 

Constructs a new CAFBONodeException.

Parameters:
category - logging category
severity - logging severity
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Category category,
                          int severity,
                          com.sap.tc.logging.Location location,
                          LocalizableText localizableText,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. 

Constructs a new CAFBONodeException.

Parameters:
category - logging category
severity - logging severity
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Category category,
                          int severity,
                          com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args,
                          java.lang.Throwable cause)
Deprecated. 

Constructs a new CAFBONodeException.

Parameters:
category - logging category
severity - logging severity
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(com.sap.tc.logging.Category category,
                          int severity,
                          com.sap.tc.logging.Location location,
                          ResourceAccessor ra,
                          java.lang.String key,
                          java.lang.Object[] args,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. 

Constructs a new CAFBONodeException.

Parameters:
category - logging category
severity - logging severity
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFBONodeException

public CAFBONodeException(LocalizableTextFormatter textFormatter)
Deprecated. Use CAFBONodeException(Location, LocalizableText) instead.

Constructs a new CAFBONodeException.

Parameters:
textFormatter - localizable message

CAFBONodeException

public CAFBONodeException(LocalizableTextFormatter textFormatter,
                          java.lang.Throwable cause)
Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable) instead.

Constructs a new CAFBONodeException.

Parameters:
textFormatter - localizable message
cause - the throwable which caused this exception

CAFBONodeException

public CAFBONodeException(LocalizableTextFormatter textFormatter,
                          java.lang.Throwable cause,
                          boolean isRealCause)
Deprecated. Use CAFBONodeException(Location, LocalizableText, Throwable, boolean) instead.

Constructs a new CAFBONodeException.

Parameters:
textFormatter - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAF SAP NetWeaver CE 7.1