|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.ws.WSException
org.opensaml.ws.soap.common.SOAPException
org.opensaml.ws.soap.client.SOAPFaultException
public class SOAPFaultException
Exception indicating a SOAP fault.
| Constructor Summary | |
|---|---|
SOAPFaultException()
Constructor. |
|
SOAPFaultException(Exception wrappedException)
Constructor. |
|
SOAPFaultException(String message)
Constructor. |
|
SOAPFaultException(String message,
Exception wrappedException)
Constructor. |
|
| Method Summary | |
|---|---|
Fault |
getFault()
Gets the fault that caused the exception. |
void |
setFault(Fault fault)
Sets the fault that caused the exception. |
| 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 SOAPFaultException()
public SOAPFaultException(String message)
message - exception messagepublic SOAPFaultException(Exception wrappedException)
wrappedException - exception to be wrapped by this one
public SOAPFaultException(String message,
Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one| Method Detail |
|---|
public Fault getFault()
public void setFault(Fault fault)
fault - fault that caused the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||