wt.clients.vc
Class CheckInOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.clients.vc.CheckInOutException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class CheckInOutException
- extends WTException
Defines a subclass of WTException which is thrown when an exception
occurs during a check-in, check-out or undo checkout operation.
Supported API: true
Extendable: true
- 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 |
versionID
private static final String versionID
- See Also:
- Constant Field Values
CheckInOutException
public CheckInOutException()
CheckInOutException
public CheckInOutException(String s)
CheckInOutException
public CheckInOutException(String rb,
String key,
Object[] params)
CheckInOutException
public CheckInOutException(Exception e)
CheckInOutException
public CheckInOutException(Exception e,
String s)
CheckInOutException
public CheckInOutException(Exception e,
String rb,
String key,
Object[] params)