|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
org.oasis.wsrf.faults.BaseFaultType
org.gcube.common.core.faults.GCUBEFault
org.gcube.indexmanagement.common.IndexException
public class IndexException
Exception used when the Index fails.
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.AxisFault |
|---|
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log |
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
IndexException()
Default constructor. |
|
IndexException(String message)
Constructs with message. |
|
IndexException(String message,
Throwable causeIn)
Constructs with message and exception. |
|
IndexException(Throwable causeIn)
Constructs with chained exception. |
|
| Method Summary | |
|---|---|
Throwable |
getException()
Retrieves nested exception. |
void |
printStackTrace()
Print the stack trace to System.err. |
void |
printStackTrace(PrintStream ps)
Print the stack trace to a print stream. |
void |
printStackTrace(PrintWriter pw)
Print the stack trace to a print writer. |
| Methods inherited from class org.gcube.common.core.faults.GCUBEFault |
|---|
equals, getDeserializer, getException, getFaultMessage, getFaultType, getSerializer, getTypeDesc, hashCode, remoteCause, setFaultMessage, setFaultType, toException, writeDetails |
| Methods inherited from class org.oasis.wsrf.faults.BaseFaultType |
|---|
getDescription, getDescription, getErrorCode, getFaultCause, getFaultCause, getOriginator, getTimestamp, setDescription, setDescription, setErrorCode, setFaultCause, setFaultCause, setOriginator, setTimestamp |
| Methods inherited from class org.apache.axis.AxisFault |
|---|
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString |
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexException()
public IndexException(String message)
message - - The message to throw in the exceptionpublic IndexException(Throwable causeIn)
causeIn - - The throwable cause in the exception.
public IndexException(String message,
Throwable causeIn)
message - - the message in the exception.causeIn - - the cause in the exception.| Method Detail |
|---|
public final Throwable getException()
public final void printStackTrace()
printStackTrace in class Throwablepublic final void printStackTrace(PrintStream ps)
printStackTrace in class org.apache.axis.AxisFaultps - - the print stream.public void printStackTrace(PrintWriter pw)
printStackTrace in class org.apache.axis.AxisFaultpw - - the print writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||