org.itracker.services.exceptions
Class ImportExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.itracker.services.exceptions.ImportExportException
All Implemented Interfaces:
Serializable

public class ImportExportException
extends Exception

See Also:
Serialized Form

Field Summary
static int TYPE_INVALID_LOGINS
           
static int TYPE_INVALID_STATUS
           
static int TYPE_UNKNOWN
           
 
Constructor Summary
ImportExportException()
           
ImportExportException(String message)
           
ImportExportException(String message, int type)
           
 
Method Summary
 int getType()
           
 void setType(int value)
           
 
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
 

Field Detail

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN
See Also:
Constant Field Values

TYPE_INVALID_LOGINS

public static final int TYPE_INVALID_LOGINS
See Also:
Constant Field Values

TYPE_INVALID_STATUS

public static final int TYPE_INVALID_STATUS
See Also:
Constant Field Values
Constructor Detail

ImportExportException

public ImportExportException()

ImportExportException

public ImportExportException(String message)

ImportExportException

public ImportExportException(String message,
                             int type)
Method Detail

getType

public int getType()

setType

public void setType(int value)


Copyright © 2002-2012 itracker. All Rights Reserved.