com.sapportals.wcm.service.taskqueue

Class TaskQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.WcmException
              extended by com.sapportals.wcm.service.taskqueue.TaskQueueException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskStateTransitionException

public class TaskQueueException
extends WcmException

An exception wrapper for the task queue service. All exceptions raised during the task queue service's operations are wrapped in an TaskQueueException.

Copyright 2004 SAP AG

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sapportals.wcm.WcmException
ex
 
Constructor Summary
TaskQueueException(Exception x)
          Constructor for the TaskQueueException object
TaskQueueException(String message)
          Constructor for the TaskStateChangeException object
TaskQueueException(String message, Exception x)
          Constructor for the TaskQueueException object
 
Method Summary
 
Methods inherited from class com.sapportals.wcm.WcmException
getContainedException, isLogged, setContainedException
 
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

TaskQueueException

public TaskQueueException(String message)
Constructor for the TaskStateChangeException object

Parameters:
message - A short message

TaskQueueException

public TaskQueueException(Exception x)
Constructor for the TaskQueueException object

Parameters:
x - Underlying exception

TaskQueueException

public TaskQueueException(String message,
                          Exception x)
Constructor for the TaskQueueException object

Parameters:
message - A short message
x - Underlying exception
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice