nl.gx.webmanager.services.importexport
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.importexport.ImportException
All Implemented Interfaces:
java.io.Serializable

public class ImportException
extends java.lang.Exception

Author:
martijnh
See Also:
Serialized Form

Constructor Summary
ImportException(java.lang.Exception e)
          Constructs an ImportException.
ImportException(java.lang.String msg)
          Constructs an ImportException.
 
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

ImportException

public ImportException(java.lang.String msg)
Constructs an ImportException.

Parameters:
msg - The message of the exception.

ImportException

public ImportException(java.lang.Exception e)
Constructs an ImportException.

Parameters:
e - The Exception to construct this ImportException from.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.