public class ImportException extends Exception
Constructor and Description |
---|
ImportException() |
ImportException(String message) |
ImportException(String message,
Throwable cause) |
ImportException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ImportException |
from(Throwable ex) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ImportException()
public ImportException(String message)
public ImportException(Throwable cause)
public static ImportException from(Throwable ex)