Liferay 6.1.2-ce-ga3

com.liferay.portlet.softwarecatalog
Class ProductVersionChangeLogException

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.softwarecatalog.ProductVersionChangeLogException
All Implemented Interfaces:
Serializable

public class ProductVersionChangeLogException
extends PortalException

See Also:
Serialized Form

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

ProductVersionChangeLogException

public ProductVersionChangeLogException()

ProductVersionChangeLogException

public ProductVersionChangeLogException(String msg)

ProductVersionChangeLogException

public ProductVersionChangeLogException(String msg,
                                        Throwable cause)

ProductVersionChangeLogException

public ProductVersionChangeLogException(Throwable cause)

Liferay 6.1.2-ce-ga3