Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.exception
Class RequiredFileEntryTypeException

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.documentlibrary.exception.RequiredFileEntryTypeException
All Implemented Interfaces:
Serializable

public class RequiredFileEntryTypeException
extends PortalException

See Also:
Serialized Form

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

RequiredFileEntryTypeException

public RequiredFileEntryTypeException()

RequiredFileEntryTypeException

public RequiredFileEntryTypeException(String msg)

RequiredFileEntryTypeException

public RequiredFileEntryTypeException(String msg,
                                      Throwable cause)

RequiredFileEntryTypeException

public RequiredFileEntryTypeException(Throwable cause)

Liferay 7.0-ce-b4