org.itracker.services.exceptions
Class IssueSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.itracker.services.exceptions.IssueSearchException
- All Implemented Interfaces:
- Serializable
public class IssueSearchException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ERROR_UNKNOWN_TYPE
public static final int ERROR_UNKNOWN_TYPE
- See Also:
- Constant Field Values
ERROR_SQL_EXCEPTION
public static final int ERROR_SQL_EXCEPTION
- See Also:
- Constant Field Values
ERROR_EJB_EXCEPTION
public static final int ERROR_EJB_EXCEPTION
- See Also:
- Constant Field Values
ERROR_NULL_QUERY
public static final int ERROR_NULL_QUERY
- See Also:
- Constant Field Values
IssueSearchException
public IssueSearchException()
IssueSearchException
public IssueSearchException(String message)
IssueSearchException
public IssueSearchException(String message,
int type)
getType
public int getType()
setType
public void setType(int value)
Copyright © 2002-2012 itracker. All Rights Reserved.