wt.ownership
Class OwnershipException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.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

Field Summary
private static String versionID
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OwnershipException()
           
OwnershipException(Exception e)
           
OwnershipException(Exception e, String s)
           
OwnershipException(Exception e, String rb, String key, Object[] params)
           
OwnershipException(String s)
           
OwnershipException(String rb, String key, Object[] params)
           
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

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)