Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping
Class StructureDuplicateStructureKeyException

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.dynamicdatamapping.StructureDuplicateStructureKeyException
All Implemented Interfaces:
Serializable

public class StructureDuplicateStructureKeyException
extends PortalException

See Also:
Serialized Form

Constructor Summary
StructureDuplicateStructureKeyException()
           
StructureDuplicateStructureKeyException(String msg)
           
StructureDuplicateStructureKeyException(String msg, Throwable cause)
           
StructureDuplicateStructureKeyException(Throwable cause)
           
 
Method Summary
 String getStructureKey()
           
 void setStructureKey(String structureKey)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

StructureDuplicateStructureKeyException

public StructureDuplicateStructureKeyException()

StructureDuplicateStructureKeyException

public StructureDuplicateStructureKeyException(String msg)

StructureDuplicateStructureKeyException

public StructureDuplicateStructureKeyException(String msg,
                                               Throwable cause)

StructureDuplicateStructureKeyException

public StructureDuplicateStructureKeyException(Throwable cause)
Method Detail

getStructureKey

public String getStructureKey()

setStructureKey

public void setStructureKey(String structureKey)

Liferay 6.2-ce-ga5