org.itracker.services.exceptions
Class IssueSearchException

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

public class IssueSearchException
extends Exception

See Also:
Serialized Form

Field Summary
static int ERROR_EJB_EXCEPTION
           
static int ERROR_NULL_QUERY
           
static int ERROR_SQL_EXCEPTION
           
static int ERROR_UNKNOWN_TYPE
           
 
Constructor Summary
IssueSearchException()
           
IssueSearchException(String message)
           
IssueSearchException(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

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
Constructor Detail

IssueSearchException

public IssueSearchException()

IssueSearchException

public IssueSearchException(String message)

IssueSearchException

public IssueSearchException(String message,
                            int type)
Method Detail

getType

public int getType()

setType

public void setType(int value)


Copyright © 2002-2012 itracker. All Rights Reserved.