Class ImportException

All Implemented Interfaces:
Serializable

public class ImportException extends AbstractCheckedException
Thrown when there is an issue when importing the specified item.
Since:
2.4
See Also:
  • Constructor Details

    • ImportException

      public ImportException(String message)
      Constructs an ImportException object with the specified message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()).