Class ExportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.services.importexport.ExportException
-
- All Implemented Interfaces:
Serializable
public class ExportException extends Exception
- Author:
- martijnh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportException(Exception e)
Constructs an ExportException.ExportException(String msg)
Constructs an ExportException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExportException
public ExportException(String msg)
Constructs an ExportException.- Parameters:
msg
- The message of the exception.
-
ExportException
public ExportException(Exception e)
Constructs an ExportException.- Parameters:
e
- The Exception to construct this ExportException from.
-
-