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:
- ConflictHolder, LocalizableMessage, Message, Serializable
- public class ObjectsAlreadyCheckedOutException
- extends WorkInProgressException
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
checkedOutMap
private WTValuedMap checkedOutMap
ObjectsAlreadyCheckedOutException
public ObjectsAlreadyCheckedOutException(WTMessage message,
WTValuedMap map)
- Constructs a new exception with a nested exception from a resource
bundle, its key, and an array of objects for insertion into the keyed
resource bundle's message.
Supported API: false
- Parameters:
message
- map
-
ObjectsAlreadyCheckedOutException
public ObjectsAlreadyCheckedOutException(String rb,
String key,
Object[] params,
Object[] additionalMessages,
WTValuedMap map)
- Constructs a new exception with a nested exception from a resource
bundle, its key, and an array of objects for insertion into the keyed
resource bundle's message.
Supported API: false
- Parameters:
rb
- key
- params
- additionalMessages
- map
-
getCheckedOutMap
public WTValuedMap getCheckedOutMap()
- Gets the value of the attribute: checkedOutMap.
Supported API: false
- Returns:
- WTValuedMap
setCheckedOutMap
public void setCheckedOutMap(WTValuedMap a_CheckedOutMap)
throws WTPropertyVetoException
- Sets the value of the attribute: checkedOutMap.
Supported API: false
- Parameters:
a_CheckedOutMap
-
- Throws:
WTPropertyVetoException