wt.epm.upload
Class EPMUploadOverridableConflictException

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
                      extended bywt.epm.upload.EPMUploadOverridableConflictException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class EPMUploadOverridableConflictException
extends EPMUploadConflictException

See Also:
Serialized Form

Field Summary
private  ResolutionType[] m_resolutions
           
private  ConflictType m_type
           
 
Fields inherited from class wt.epm.upload.EPMUploadConflictException
m_conflictSource, m_msgKey, m_msgParams, 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
EPMUploadOverridableConflictException(Persistable source, ConflictType type, ResolutionType[] resolutions, String rbName, String msgKey)
           
EPMUploadOverridableConflictException(Persistable source, ConflictType type, ResolutionType[] resolutions, String rbName, String msgKey, Object[] msgParams)
           
EPMUploadOverridableConflictException(WTCollection source, ConflictType type, ResolutionType[] resolutions, String rbName, String msgKey)
           
EPMUploadOverridableConflictException(WTCollection source, ConflictType type, ResolutionType[] resolutions, String rbName, String msgKey, Object[] msgParams)
           
 
Method Summary
 ResolutionType[] getResolutions()
           
 ConflictType getType()
           
 
Methods inherited from class wt.epm.upload.EPMUploadConflictException
getConflictSource, getMsgKey, getMsgParams, 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_type

private ConflictType m_type

m_resolutions

private ResolutionType[] m_resolutions
Constructor Detail

EPMUploadOverridableConflictException

public EPMUploadOverridableConflictException(Persistable source,
                                             ConflictType type,
                                             ResolutionType[] resolutions,
                                             String rbName,
                                             String msgKey)

EPMUploadOverridableConflictException

public EPMUploadOverridableConflictException(Persistable source,
                                             ConflictType type,
                                             ResolutionType[] resolutions,
                                             String rbName,
                                             String msgKey,
                                             Object[] msgParams)

EPMUploadOverridableConflictException

public EPMUploadOverridableConflictException(WTCollection source,
                                             ConflictType type,
                                             ResolutionType[] resolutions,
                                             String rbName,
                                             String msgKey)

EPMUploadOverridableConflictException

public EPMUploadOverridableConflictException(WTCollection source,
                                             ConflictType type,
                                             ResolutionType[] resolutions,
                                             String rbName,
                                             String msgKey,
                                             Object[] msgParams)
Method Detail

getResolutions

public ResolutionType[] getResolutions()

getType

public ConflictType getType()