Package com.axelor.data
Class ImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.axelor.data.ImportException
-
- All Implemented Interfaces:
Serializable
public class ImportException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportException()
ImportException(String message)
ImportException(String message, Throwable cause)
ImportException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImportException
from(Throwable ex)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
from
public static ImportException from(Throwable ex)
-
-