Class ExportImportIOException

All Implemented Interfaces:
Serializable

public class ExportImportIOException extends PortalException
Author:
Gergely Mathe
See Also:
  • Field Details

  • Constructor Details

    • ExportImportIOException

      public ExportImportIOException()
    • ExportImportIOException

      public ExportImportIOException(String className)
    • ExportImportIOException

      public ExportImportIOException(String className, Throwable throwable)
    • ExportImportIOException

      public ExportImportIOException(Throwable throwable)
  • Method Details

    • getChecksum

      public String getChecksum()
    • getClassName

      public String getClassName()
    • getExportImportConfigurationId

      public long getExportImportConfigurationId()
    • getFileName

      public String getFileName()
    • getPortletId

      public String getPortletId()
    • getStagingRequestId

      public long getStagingRequestId()
    • getType

      public int getType()
    • setChecksum

      public void setChecksum(String checksum)
    • setClassName

      public void setClassName(String className)
    • setExportImportConfigurationId

      public void setExportImportConfigurationId(long exportImportConfigurationId)
    • setFileName

      public void setFileName(String fileName)
    • setPortletId

      public void setPortletId(String portletId)
    • setStagingRequestId

      public void setStagingRequestId(long stagingRequestId)
    • setType

      public void setType(int type)