CAF SAP NetWeaver CE 7.1

com.sap.caf.rt.exception
Class CAFUnsupportedOperationException

java.lang.Object
  extended by BaseRuntimeException
      extended by com.sap.caf.rt.exception.CAFBaseRuntimeException
          extended by com.sap.caf.rt.exception.CAFUnsupportedOperationException

public class CAFUnsupportedOperationException
extends CAFBaseRuntimeException

This exception is thrown when a method which is not implemented has been called.


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

Constructor Detail

CAFUnsupportedOperationException

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

Parameters:
location - logging location

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.


CAFUnsupportedOperationException

public CAFUnsupportedOperationException(BaseExceptionInfo baseExcInfo)
Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

public CAFUnsupportedOperationException(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 CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

Parameters:
location - logging location
localizableText - localizable message

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

Parameters:
localizableText - localizable message

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

public CAFUnsupportedOperationException(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 CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

public CAFUnsupportedOperationException(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 CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

public CAFUnsupportedOperationException(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 CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

Parameters:
textFormatter - localizable message

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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

CAFUnsupportedOperationException

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

Constructs a new CAFUnsupportedOperationException.

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