Class RestoreEntryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.trash.exception.RestoreEntryException
All Implemented Interfaces:
Serializable

public class RestoreEntryException extends com.liferay.portal.kernel.exception.PortalException
See Also:
  • Field Details

  • Constructor Details

    • RestoreEntryException

      public RestoreEntryException()
    • RestoreEntryException

      public RestoreEntryException(int type)
    • RestoreEntryException

      public RestoreEntryException(int type, Throwable throwable)
    • RestoreEntryException

      public RestoreEntryException(String msg)
    • RestoreEntryException

      public RestoreEntryException(String msg, Throwable throwable)
    • RestoreEntryException

      public RestoreEntryException(Throwable throwable)
  • Method Details

    • getDuplicateEntryId

      public long getDuplicateEntryId()
    • getErrorMessage

      public String getErrorMessage()
    • getOldName

      public String getOldName()
    • getTrashEntryId

      public long getTrashEntryId()
    • getType

      public int getType()
    • isOverridable

      public boolean isOverridable()
    • setDuplicateEntryId

      public void setDuplicateEntryId(long duplicateEntryId)
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • setOldName

      public void setOldName(String oldName)
    • setOverridable

      public void setOverridable(boolean overridable)
    • setTrashEntryId

      public void setTrashEntryId(long trashEntryId)
    • setType

      public void setType(int type)