Class ExportImportRuntimeException

Object
Throwable
Exception
RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
com.liferay.exportimport.kernel.exception.ExportImportRuntimeException
All Implemented Interfaces:
Serializable

public class ExportImportRuntimeException extends NestableRuntimeException
Author:
Gergely Mathe
See Also:
  • Constructor Details

    • ExportImportRuntimeException

      public ExportImportRuntimeException()
    • ExportImportRuntimeException

      public ExportImportRuntimeException(String msg, Throwable throwable)
    • ExportImportRuntimeException

      public ExportImportRuntimeException(Throwable throwable)
  • Method Details

    • getClassName

      public String getClassName()
    • getData

      public String[] getData()
    • getMessageKey

      public String getMessageKey()
    • setClassName

      public void setClassName(String className)
    • setData

      public void setData(String data)
    • setData

      public void setData(String[] data)
    • setMessageKey

      public void setMessageKey(String messageKey)