com.silverpeas.export
Class NoDataToExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.silverpeas.export.ExportException
              extended by com.silverpeas.export.NoDataToExportException
All Implemented Interfaces:
Serializable

public class NoDataToExportException
extends ExportException

A specific export exception that is raised when there is no data to export and the format of the file into which the export has to be done requires the existance of at least one such data.

See Also:
Serialized Form

Constructor Summary
NoDataToExportException(String message)
          Constructs a new NoDataToExportException with the specified message.
NoDataToExportException(String message, Throwable thrwbl)
          Constructs a new NoDataToExportException with the specified message and cause.
NoDataToExportException(Throwable thrwbl)
          Constructs a new NoDataToExportException by specifyinbg the cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NoDataToExportException

public NoDataToExportException(String message)
Constructs a new NoDataToExportException with the specified message.

Parameters:
message - the message about the problem.

NoDataToExportException

public NoDataToExportException(String message,
                               Throwable thrwbl)
Constructs a new NoDataToExportException with the specified message and cause.

Parameters:
message - the message about the problem.
thrwbl - the cause of the exception.

NoDataToExportException

public NoDataToExportException(Throwable thrwbl)
Constructs a new NoDataToExportException by specifyinbg the cause.

Parameters:
thrwbl - the cause of this exception.


Copyright © 2016 Silverpeas. All Rights Reserved.