Package wt.vc.wip
Class ObjectsAlreadyCheckedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.vc.wip.WorkInProgressException
wt.vc.wip.ObjectsAlreadyCheckedOutException
- All Implemented Interfaces:
Serializable,wt.conflict.ConflictHolder,LocalizableMessage,Message
public class ObjectsAlreadyCheckedOutException
extends WorkInProgressException
implements Serializable
This exception is thrown during processing of the WorkInProgress service,
specially when the object is tried to checkout and its already been checked out.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: checkedOutMap.Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Method Details
-
getCheckedOutMap
Gets the value of the attribute: checkedOutMap.
Supported API: true- Returns:
- WTValuedMap
-