|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.rmi.RemoteException | +--org.apache.axis.AxisFault | +--org.edg.security.voms.service.VOMSException
General VOMS exception (thrown back to the client by the VOMS interfaces).
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 |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
VOMSException()
|
|
VOMSException(java.lang.Exception cause)
|
|
VOMSException(java.lang.String message)
|
|
VOMSException(java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
static java.lang.String |
getStackTraceAsString(java.lang.Throwable e)
Helper function: get the stack trace of any throwable as a String object. |
java.lang.String |
toLog()
|
Methods inherited from class org.apache.axis.AxisFault |
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString, writeDetails |
Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VOMSException()
public VOMSException(java.lang.String message)
public VOMSException(java.lang.Exception cause)
public VOMSException(java.lang.String message, java.lang.Throwable cause)
Method Detail |
public static java.lang.String getStackTraceAsString(java.lang.Throwable e)
public java.lang.String toLog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |