wt.epm.upload
Class EPMUploadConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.epm.util.EPMException
wt.epm.upload.EPMUploadConflictException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- Direct Known Subclasses:
- EPMUploadNonoverridableConflictException, EPMUploadOverridableConflictException
- public abstract class EPMUploadConflictException
- extends EPMException
- 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 |
m_rbName
protected String m_rbName
m_msgKey
protected String m_msgKey
m_msgParams
protected Object[] m_msgParams
m_conflictSource
protected WTCollection m_conflictSource
EPMUploadConflictException
public EPMUploadConflictException(Persistable source,
String rbName,
String msgKey)
EPMUploadConflictException
public EPMUploadConflictException(Persistable source,
String rbName,
String msgKey,
Object[] msgParams)
EPMUploadConflictException
public EPMUploadConflictException(WTCollection source,
String rbName,
String msgKey,
Object[] msgParams)
getConflictSource
public WTCollection getConflictSource()
getRBName
public String getRBName()
getMsgKey
public String getMsgKey()
getMsgParams
public Object[] getMsgParams()