| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.esri.gpt.framework.context.ApplicationException
com.esri.gpt.catalog.context.CatalogIndexException
public class CatalogIndexException
A catalog index related exception.
| Constructor Summary | |
|---|---|
CatalogIndexException(String msg)
Construct based upon an error message.  | 
|
CatalogIndexException(String msg,
                      Throwable cause)
Construct based upon an error message and a cause.  | 
|
| Method Summary | 
|---|
| 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 | 
| Constructor Detail | 
|---|
public CatalogIndexException(String msg)
msg - the error message
public CatalogIndexException(String msg,
                             Throwable cause)
msg - the error messagecause - the cause
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||