wt.ownership
Class OwnershipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.ownership.OwnershipException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class OwnershipException
- extends WTException
The OwnershipException is thrown during certain processing errors during Ownership operations.
The operations are performed by the OwnershipHelper
or OwershipService
.
Supported API: true
Extendable: false
- See Also:
OwnershipHelper
,
OwnershipService
,
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
OwnershipException
public OwnershipException()
OwnershipException
public OwnershipException(String s)
OwnershipException
public OwnershipException(String rb,
String key,
Object[] params)
OwnershipException
public OwnershipException(Exception e)
OwnershipException
public OwnershipException(Exception e,
String s)
OwnershipException
public OwnershipException(Exception e,
String rb,
String key,
Object[] params)