wt.epm.upload
Class EPMUploadNonoverridableConflictException

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
All Implemented Interfaces:
LocalizableMessage, Message, Serializable
Direct Known Subclasses:
EPMUploadNameDuplicationConflictException

public class EPMUploadNonoverridableConflictException
extends EPMUploadConflictException

See Also:
Serialized Form

Field Summary
private  Class m_type
           
private static WTMessage uploadConflictMessage
           
 
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
EPMUploadNonoverridableConflictException(Persistable source, Class type, String rbName, String msgKey)
           
EPMUploadNonoverridableConflictException(Persistable source, Class type, String rbName, String msgKey, Object[] msgParams)
           
EPMUploadNonoverridableConflictException(Persistable source, String rbName, String msgKey)
           
EPMUploadNonoverridableConflictException(Persistable source, String rbName, String msgKey, Object[] msgParams)
           
EPMUploadNonoverridableConflictException(WTCollection source, Class type, String rbName, String msgKey)
           
EPMUploadNonoverridableConflictException(WTCollection source, Class type, String rbName, String msgKey, Object[] msgParams)
           
EPMUploadNonoverridableConflictException(WTCollection source, String rbName, String msgKey)
           
EPMUploadNonoverridableConflictException(WTCollection source, String rbName, String msgKey, Object[] msgParams)
           
 
Method Summary
static WTMessage getMainMessage()
           
 Class 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

uploadConflictMessage

private static final WTMessage uploadConflictMessage

m_type

private Class m_type
Constructor Detail

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(Persistable source,
                                                String rbName,
                                                String msgKey,
                                                Object[] msgParams)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(Persistable source,
                                                String rbName,
                                                String msgKey)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(Persistable source,
                                                Class type,
                                                String rbName,
                                                String msgKey)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(Persistable source,
                                                Class type,
                                                String rbName,
                                                String msgKey,
                                                Object[] msgParams)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(WTCollection source,
                                                String rbName,
                                                String msgKey,
                                                Object[] msgParams)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(WTCollection source,
                                                String rbName,
                                                String msgKey)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(WTCollection source,
                                                Class type,
                                                String rbName,
                                                String msgKey)

EPMUploadNonoverridableConflictException

public EPMUploadNonoverridableConflictException(WTCollection source,
                                                Class type,
                                                String rbName,
                                                String msgKey,
                                                Object[] msgParams)
Method Detail

getType

public Class getType()

getMainMessage

public static WTMessage getMainMessage()
                                throws RuntimeException
Throws:
RuntimeException