Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary
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.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()
          Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)
InvalidFolderException(int type, long folderId)
           
InvalidFolderException(String msg)
          Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)
InvalidFolderException(String msg, Throwable cause)
          Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)
InvalidFolderException(Throwable cause)
          Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)
 
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

@Deprecated
public InvalidFolderException()
Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)


InvalidFolderException

public InvalidFolderException(int type,
                              long folderId)

InvalidFolderException

@Deprecated
public InvalidFolderException(String msg)
Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)


InvalidFolderException

@Deprecated
public InvalidFolderException(String msg,
                                         Throwable cause)
Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)


InvalidFolderException

@Deprecated
public InvalidFolderException(Throwable cause)
Deprecated. As of 7.0.0, replaced by InvalidFolderException(int, long)

Method Detail

getFolderId

public long getFolderId()

getMessageArgument

public String getMessageArgument(Locale locale)
                          throws SystemException
Throws:
SystemException

getMessageKey

public String getMessageKey()

Liferay 6.2-ce-ga5