|
||||||||||
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.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
com.tibco.amf.platform.runtime.extension.exception.SOAPException
public class SOAPException
Exception used to indicate that a runtime exception occurred during the invocation of and external SOAP service.
Field Summary | |
---|---|
protected SOAPCode |
code
|
protected SOAPDetail<?> |
detail
|
protected java.net.URI |
node
|
protected java.lang.String[] |
reason
|
protected java.net.URI |
role
|
Constructor Summary | |
---|---|
SOAPException(SOAPCode code,
java.lang.String[] reason,
java.net.URI node,
java.net.URI role,
SOAPDetail<?> detail)
Constructs a new SOAPException. |
|
SOAPException(java.lang.String code,
java.lang.String reason,
java.net.URI node,
java.net.URI role,
SOAPDetail<?> detail)
Constructs a new SOAPException. |
Method Summary | ||
---|---|---|
SOAPCode |
getCode()
Returns the code. |
|
|
getDetail(java.lang.Class<T> targetType)
Returns the detail. |
|
|
getDetail(java.lang.reflect.Type targetType)
Returns the detail. |
|
java.net.URI |
getNode()
Returns the node. |
|
java.lang.String[] |
getReason()
Returns the reason. |
|
java.net.URI |
getRole()
Returns the role. |
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected SOAPDetail<?> detail
protected SOAPCode code
protected java.lang.String[] reason
protected java.net.URI node
protected java.net.URI role
Constructor Detail |
---|
public SOAPException(SOAPCode code, java.lang.String[] reason, java.net.URI node, java.net.URI role, SOAPDetail<?> detail)
code
- code for the SOAP exceptionreason
- reason for the SOAP exceptionnode
- node for the SOAP exceptionrole
- role for the SOAP exceptiondetailType
- type for the detaildetail
- detail for the SOAP exceptionversion
- version for the SOAP exceptionpublic SOAPException(java.lang.String code, java.lang.String reason, java.net.URI node, java.net.URI role, SOAPDetail<?> detail)
code
- code for the SOAP exceptionreason
- reason for the SOAP exceptionnode
- node for the SOAP exceptionrole
- role for the SOAP exceptiondetailType
- type for the detaildetail
- detail for the SOAP exceptionversion
- version for the SOAP exceptionMethod Detail |
---|
public <T> SOAPDetail<T> getDetail(java.lang.Class<T> targetType)
public <T> SOAPDetail<T> getDetail(java.lang.reflect.Type targetType)
public SOAPCode getCode()
public java.lang.String[] getReason()
public java.net.URI getNode()
public java.net.URI getRole()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |