wt.epm.upload
Class EPMUploadNameDuplicationConflictException

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

public class EPMUploadNameDuplicationConflictException
extends EPMUploadNonoverridableConflictException

See Also:
Serialized Form

Field Summary
private static WTMessage nameDuplicationConflictMessage
           
 
Fields inherited from class wt.epm.upload.EPMUploadNonoverridableConflictException
 
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
EPMUploadNameDuplicationConflictException(Persistable source)
           
 
Method Summary
static WTMessage getMainMessage()
           
 
Methods inherited from class wt.epm.upload.EPMUploadNonoverridableConflictException
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

nameDuplicationConflictMessage

private static final WTMessage nameDuplicationConflictMessage
Constructor Detail

EPMUploadNameDuplicationConflictException

public EPMUploadNameDuplicationConflictException(Persistable source)
Method Detail

getMainMessage

public static WTMessage getMainMessage()
                                throws RuntimeException
Throws:
RuntimeException