Serializable
public class IssueSearchException extends Exception
Modifier and Type | Field | Description |
---|---|---|
static int |
ERROR_EJB_EXCEPTION |
|
static int |
ERROR_NULL_QUERY |
|
static int |
ERROR_SQL_EXCEPTION |
|
static int |
ERROR_UNKNOWN_TYPE |
Constructor | Description |
---|---|
IssueSearchException() |
|
IssueSearchException(String message) |
|
IssueSearchException(String message,
int type) |
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
|
void |
setType(int value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int ERROR_UNKNOWN_TYPE
public static final int ERROR_SQL_EXCEPTION
public static final int ERROR_EJB_EXCEPTION
public static final int ERROR_NULL_QUERY
Copyright © 2002–2019 itracker. All rights reserved.