Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists
Class RecordSetDuplicateRecordSetKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portlet.dynamicdatalists.RecordSetDuplicateRecordSetKeyException
All Implemented Interfaces:
Serializable

public class RecordSetDuplicateRecordSetKeyException
extends PortalException

See Also:
Serialized Form

Constructor Summary
RecordSetDuplicateRecordSetKeyException()
           
RecordSetDuplicateRecordSetKeyException(String msg)
           
RecordSetDuplicateRecordSetKeyException(String msg, Throwable cause)
           
RecordSetDuplicateRecordSetKeyException(Throwable cause)
           
 
Method Summary
 String getRecordSetKey()
           
 void setRecordSetKey(String recordSetKey)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordSetDuplicateRecordSetKeyException

public RecordSetDuplicateRecordSetKeyException()

RecordSetDuplicateRecordSetKeyException

public RecordSetDuplicateRecordSetKeyException(String msg)

RecordSetDuplicateRecordSetKeyException

public RecordSetDuplicateRecordSetKeyException(String msg,
                                               Throwable cause)

RecordSetDuplicateRecordSetKeyException

public RecordSetDuplicateRecordSetKeyException(Throwable cause)
Method Detail

getRecordSetKey

public String getRecordSetKey()

setRecordSetKey

public void setRecordSetKey(String recordSetKey)

Liferay 6.1.2-ce-ga3