wt.epm.upload
Class EPMUploadConflictException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.epm.util.EPMException
                  extended bywt.epm.upload.EPMUploadConflictException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable
Direct Known Subclasses:
EPMUploadNonoverridableConflictException, EPMUploadOverridableConflictException

public abstract class EPMUploadConflictException
extends EPMException

See Also:
Serialized Form

Field Summary
protected  WTCollection m_conflictSource
           
protected  String m_msgKey
           
protected  Object[] m_msgParams
           
protected  String m_rbName
           
 
Fields inherited from class wt.epm.util.EPMException
 
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
EPMUploadConflictException(Persistable source, String rbName, String msgKey)
           
EPMUploadConflictException(Persistable source, String rbName, String msgKey, Object[] msgParams)
           
EPMUploadConflictException(WTCollection source, String rbName, String msgKey, Object[] msgParams)
           
 
Method Summary
 WTCollection getConflictSource()
           
 String getMsgKey()
           
 Object[] getMsgParams()
           
 String getRBName()
           
 
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

m_rbName

protected String m_rbName

m_msgKey

protected String m_msgKey

m_msgParams

protected Object[] m_msgParams

m_conflictSource

protected WTCollection m_conflictSource
Constructor Detail

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)
Method Detail

getConflictSource

public WTCollection getConflictSource()

getRBName

public String getRBName()

getMsgKey

public String getMsgKey()

getMsgParams

public Object[] getMsgParams()