Liferay 7.0-ce-a3

com.liferay.portlet.trash
Class DuplicateEntryException

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.trash.RestoreEntryException
                      extended by com.liferay.portlet.trash.DuplicateEntryException
All Implemented Interfaces:
Serializable

Deprecated. As of 7.0.0, renamed to RestoreEntryException

@Deprecated
public class DuplicateEntryException
extends RestoreEntryException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.trash.RestoreEntryException
DUPLICATE, INVALID_CONTAINER, INVALID_NAME
 
Constructor Summary
DuplicateEntryException()
          Deprecated.  
 
Method Summary
 int getType()
          Deprecated.  
 
Methods inherited from class com.liferay.portlet.trash.RestoreEntryException
getDuplicateEntryId, getErrorMessage, getOldName, getTrashEntryId, isOverridable, setDuplicateEntryId, setErrorMessage, setOldName, setOverridable, setTrashEntryId, setType
 
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

DuplicateEntryException

public DuplicateEntryException()
Deprecated. 
Method Detail

getType

public int getType()
Deprecated. 
Overrides:
getType in class RestoreEntryException

Liferay 7.0-ce-a3