org.itracker.services.exceptions
Class ImportExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.itracker.services.exceptions.ImportExportException
- All Implemented Interfaces:
- Serializable
public class ImportExportException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
ImportExportException
public ImportExportException()
ImportExportException
public ImportExportException(String message)
ImportExportException
public ImportExportException(String message,
int type)
getType
public int getType()
setType
public void setType(int value)
Copyright © 2002-2012 itracker. All Rights Reserved.