Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.exception
Class InvalidFolderException

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

@ProviderType
public class InvalidFolderException
extends PortalException

See Also:
Serialized Form

Field Summary
static int CANNOT_MOVE_INTO_CHILD_FOLDER
           
static int CANNOT_MOVE_INTO_ITSELF
           
 
Constructor Summary
InvalidFolderException(int type, long folderId)
           
 
Method Summary
 long getFolderId()
           
 String getMessageArgument(Locale locale)
           
 String getMessageKey()
           
 
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
 

Field Detail

CANNOT_MOVE_INTO_CHILD_FOLDER

public static final int CANNOT_MOVE_INTO_CHILD_FOLDER
See Also:
Constant Field Values

CANNOT_MOVE_INTO_ITSELF

public static final int CANNOT_MOVE_INTO_ITSELF
See Also:
Constant Field Values
Constructor Detail

InvalidFolderException

public InvalidFolderException(int type,
                              long folderId)
Method Detail

getFolderId

public long getFolderId()

getMessageArgument

public String getMessageArgument(Locale locale)

getMessageKey

public String getMessageKey()

Liferay 7.0-ce-b4