Liferay 7.0-ce-m6

com.liferay.portlet.journal
Class InvalidDDMStructureException

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.journal.InvalidDDMStructureException
All Implemented Interfaces:
Serializable

public class InvalidDDMStructureException
extends PortalException

See Also:
Serialized Form

Constructor Summary
InvalidDDMStructureException()
           
InvalidDDMStructureException(String msg)
           
InvalidDDMStructureException(String msg, Throwable cause)
           
InvalidDDMStructureException(Throwable cause)
           
 
Method Summary
 
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

InvalidDDMStructureException

public InvalidDDMStructureException()

InvalidDDMStructureException

public InvalidDDMStructureException(String msg)

InvalidDDMStructureException

public InvalidDDMStructureException(String msg,
                                    Throwable cause)

InvalidDDMStructureException

public InvalidDDMStructureException(Throwable cause)

Liferay 7.0-ce-m6