| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
com.endeca.portal.export.ExportException
public class ExportException
Class used by Exporters to notify the calling code about any problems.
| Constructor Summary | |
|---|---|
ExportException()
 | 
|
ExportException(java.lang.Exception e)
 | 
|
ExportException(java.lang.String msg)
 | 
|
ExportException(java.lang.String msg,
                java.lang.Exception e)
 | 
|
| 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 ExportException()
public ExportException(java.lang.String msg,
                       java.lang.Exception e)
msg - e - public ExportException(java.lang.Exception e)
e - public ExportException(java.lang.String msg)
msg - 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||