CAF SAP NetWeaver CE 7.1

com.sap.caf.rt.exception
Class CAFPessimisticLockException

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.CAFLockException
                  extended by com.sap.caf.rt.exception.CAFPessimisticLockException

public class CAFPessimisticLockException
extends CAFLockException

This exception is thrown when a pessimistic lock conflict occurs.


Field Summary
static int TYPE_ILLEGAL_ARGUMENT_EXCEPTION
          A constant indicating that an IllegalArgumentException has been thrown by the enqueue server.
static int TYPE_LOCK_EXCEPTION
          A constant indicating a locking collision.
static int TYPE_LOCK_NOT_SUPPORTED
          A constant indicating that pessimistic locking is not supported.
static int TYPE_NO_FACTORY_FOUND
          A constant indicating that the locking factory could not be found.
static int TYPE_TECHNICAL_LOCK_EXCEPTION
          A constant indicating that a TechnicalLockException has been thrown by the enqueue server.
static int TYPE_UNDEFINED
          A constant indicating that the type of the message is not known.
 
Constructor Summary
CAFPessimisticLockException()
          Deprecated. Use CAFPessimisticLockException(Location) instead.
CAFPessimisticLockException(BaseExceptionInfo baseExcInfo)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(BaseExceptionInfo baseExcInfo, boolean isRealCause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause)
          Deprecated.  
CAFPessimisticLockException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause, boolean isRealCause)
          Deprecated.  
CAFPessimisticLockException(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.  
CAFPessimisticLockException(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.  
CAFPessimisticLockException(LocalizableText localizableText)
          Deprecated. Use CAFPessimisticLockException(Location, LocalizableText) instead.
CAFPessimisticLockException(LocalizableTextFormatter textFormatter)
          Deprecated. Use CAFPessimisticLockException(Location, LocalizableText) instead.
CAFPessimisticLockException(LocalizableTextFormatter textFormatter, java.lang.Throwable cause)
          Deprecated. Use CAFPessimisticLockException(Location, LocalizableText, Throwable) instead.
CAFPessimisticLockException(LocalizableTextFormatter textFormatter, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFPessimisticLockException(Location, LocalizableText, Throwable, boolean) instead.
CAFPessimisticLockException(LocalizableText localizableText, java.lang.Throwable cause)
          Deprecated. Use CAFPessimisticLockException(Location, LocalizableText, Throwable) instead.
CAFPessimisticLockException(LocalizableText localizableText, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFPessimisticLockException(Location, LocalizableText, Throwable, boolean) instead.
CAFPessimisticLockException(com.sap.tc.logging.Location location)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, LocalizableText localizableText)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, LocalizableText localizableText, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, Msg msg)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, Msg msg, java.lang.Throwable cause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, Msg msg, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(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 CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, java.lang.Throwable cause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(com.sap.tc.logging.Location location, java.lang.Throwable cause, boolean isRealCause)
          Constructs a new CAFPessimisticLockException.
CAFPessimisticLockException(ResourceAccessor ra, Msg msg)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, Msg) instead.
CAFPessimisticLockException(ResourceAccessor ra, Msg msg, java.lang.Throwable cause)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, Msg, Throwable) instead.
CAFPessimisticLockException(ResourceAccessor ra, Msg msg, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.
CAFPessimisticLockException(ResourceAccessor ra, java.lang.String key)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, String) instead.
CAFPessimisticLockException(ResourceAccessor ra, java.lang.String key, java.lang.Object[] args)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, String, Object[]) instead.
CAFPessimisticLockException(ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, String, Object[], Throwable) instead.
CAFPessimisticLockException(ResourceAccessor ra, java.lang.String key, java.lang.Object[] args, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
CAFPessimisticLockException(ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, String, Throwable) instead.
CAFPessimisticLockException(ResourceAccessor ra, java.lang.String key, java.lang.Throwable cause, boolean isRealCause)
          Deprecated. Use CAFPessimisticLockException(Location, ResourceAccessor, String, Throwable, boolean) instead.
 
Method Summary
 int getType()
          Returns the type of the exception.
 void setType(int pType)
          Sets the type of the exception.
 
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
 

Field Detail

TYPE_UNDEFINED

public static final int TYPE_UNDEFINED
A constant indicating that the type of the message is not known. This is the default type.

See Also:
Constant Field Values

TYPE_NO_FACTORY_FOUND

public static final int TYPE_NO_FACTORY_FOUND
A constant indicating that the locking factory could not be found.

See Also:
Constant Field Values

TYPE_LOCK_EXCEPTION

public static final int TYPE_LOCK_EXCEPTION
A constant indicating a locking collision.

See Also:
Constant Field Values

TYPE_TECHNICAL_LOCK_EXCEPTION

public static final int TYPE_TECHNICAL_LOCK_EXCEPTION
A constant indicating that a TechnicalLockException has been thrown by the enqueue server.

See Also:
Constant Field Values

TYPE_ILLEGAL_ARGUMENT_EXCEPTION

public static final int TYPE_ILLEGAL_ARGUMENT_EXCEPTION
A constant indicating that an IllegalArgumentException has been thrown by the enqueue server.

See Also:
Constant Field Values

TYPE_LOCK_NOT_SUPPORTED

public static final int TYPE_LOCK_NOT_SUPPORTED
A constant indicating that pessimistic locking is not supported.

See Also:
Constant Field Values
Constructor Detail

CAFPessimisticLockException

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

Parameters:
location - logging location

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.


CAFPessimisticLockException

public CAFPessimisticLockException(BaseExceptionInfo baseExcInfo)
Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

Parameters:
location - logging location
localizableText - localizable message

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

Parameters:
localizableText - localizable message

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

Parameters:
textFormatter - localizable message

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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

CAFPessimisticLockException

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

Constructs a new CAFPessimisticLockException.

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
Method Detail

setType

public void setType(int pType)
Sets the type of the exception.

Parameters:
pType - one of the following: TYPE_UNDEFINED, TYPE_NO_FACTORY_FOUND, TYPE_LOCK_EXCEPTION, TYPE_TECHNICAL_LOCK_EXCEPTION, TYPE_ILLEGAL_ARGUMENT_EXCEPTION, TYPE_LOCK_NOT_SUPPORTED
See Also:
getType()

getType

public int getType()
Returns the type of the exception.

Returns:
one of the following: TYPE_UNDEFINED, TYPE_NO_FACTORY_FOUND, TYPE_LOCK_EXCEPTION, TYPE_TECHNICAL_LOCK_EXCEPTION, TYPE_ILLEGAL_ARGUMENT_EXCEPTION, TYPE_LOCK_NOT_SUPPORTED
See Also:
setType(int)

CAF SAP NetWeaver CE 7.1