|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| 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
com.bea.wsrp.faults.TransportException
public class TransportException
Base class of all WSRP wirelevel exceptions.
| Field Summary |
|---|
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
TransportException()
|
|
TransportException(Element faultElement)
|
|
TransportException(String message)
|
|
TransportException(String message,
Throwable cause)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
faultType()
Get the localPart of the fault code |
String |
getDetailStackTrace()
Get the stack trace of the fault on the producer |
org.xmlsoap.schemas.soap.envelope.Fault |
getFault()
Deprecated use getFaultElement() |
QName |
getFaultCode()
|
Element |
getFaultElement()
Get the fault's as a DOM element |
String |
getFaultString()
|
String |
getMessage()
|
Throwable |
initCause(Throwable cause)
|
void |
setFault(org.xmlsoap.schemas.soap.envelope.Fault fault)
Deprecated users should not set the fault |
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransportException()
public TransportException(Element faultElement)
public TransportException(String message)
public TransportException(String message,
Throwable cause)
| Method Detail |
|---|
@Deprecated public void setFault(org.xmlsoap.schemas.soap.envelope.Fault fault)
fault - the fault to set@Deprecated public org.xmlsoap.schemas.soap.envelope.Fault getFault()
getFaultElement(),
Faultpublic Element getFaultElement()
public String faultType()
public final QName getFaultCode()
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String getMessage()
getMessage in class RemoteExceptionpublic Throwable initCause(Throwable cause)
initCause in class Throwablepublic String getDetailStackTrace()
public String getFaultString()
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||