public class SoapException extends SystemException
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Services.Protocols.SoapException
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web.Services
|
static java.lang.String |
className
Qualified class name: System.Web.Services.Protocols.SoapException
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SoapException() |
SoapException(NetException cause) |
SoapException(java.lang.Object instance)
Internal constructor.
|
SoapException(java.lang.String message) |
SoapException(java.lang.String message,
NetException cause) |
SoapException(java.lang.String message,
XmlQualifiedName code) |
SoapException(java.lang.String message,
XmlQualifiedName code,
NetException innerException) |
SoapException(java.lang.String message,
XmlQualifiedName code,
SoapFaultSubCode subCode) |
SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor) |
SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
NetException innerException) |
SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
java.lang.String role,
java.lang.String lang,
XmlNode detail,
SoapFaultSubCode subCode,
NetException innerException) |
SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
java.lang.String role,
XmlNode detail,
SoapFaultSubCode subCode,
NetException innerException) |
SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
XmlNode detail) |
SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
XmlNode detail,
NetException innerException) |
| Modifier and Type | Method and Description |
|---|---|
static SoapException |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SoapException, a cast assert is made to check if types are compatible. |
java.lang.String |
getActor() |
XmlQualifiedName |
getCode() |
XmlNode |
getDetail() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getLang() |
java.lang.String |
getNode() |
void |
GetObjectData(SerializationInfo info,
StreamingContext context) |
java.lang.String |
getRole() |
SoapFaultSubCode |
getSubCode() |
static boolean |
IsClientFaultCode(XmlQualifiedName code) |
static boolean |
IsMustUnderstandFaultCode(XmlQualifiedName code) |
static boolean |
IsServerFaultCode(XmlQualifiedName code) |
static boolean |
IsVersionMismatchFaultCode(XmlQualifiedName code) |
void |
setJCOInstance(JCObject instance) |
Equals, Equals, GetHashCode, getMessage, getStackTrace, GetType, hashCode, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SoapException()
public SoapException(NetException cause)
public SoapException(java.lang.Object instance)
public SoapException(java.lang.String message)
public SoapException(java.lang.String message,
NetException cause)
public SoapException(java.lang.String message,
XmlQualifiedName code)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
NetException innerException)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
SoapFaultSubCode subCode)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
NetException innerException)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
java.lang.String role,
java.lang.String lang,
XmlNode detail,
SoapFaultSubCode subCode,
NetException innerException)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
java.lang.String role,
XmlNode detail,
SoapFaultSubCode subCode,
NetException innerException)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
XmlNode detail)
throws java.lang.Throwable
java.lang.Throwablepublic SoapException(java.lang.String message,
XmlQualifiedName code,
java.lang.String actor,
XmlNode detail,
NetException innerException)
throws java.lang.Throwable
java.lang.Throwablepublic static SoapException cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SoapException, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSoapException instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getActor()
throws java.lang.Throwable
java.lang.Throwablepublic XmlQualifiedName getCode() throws java.lang.Throwable
java.lang.Throwablepublic XmlNode getDetail() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SystemExceptionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SystemExceptionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SystemExceptionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SystemExceptionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SystemExceptionJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLang()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNode()
throws java.lang.Throwable
java.lang.Throwablepublic void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, TypeLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException, SerializationException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionTypeLoadExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotImplementedExceptionSerializationExceptionOverflowExceptionpublic java.lang.String getRole()
throws java.lang.Throwable
java.lang.Throwablepublic SoapFaultSubCode getSubCode() throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsClientFaultCode(XmlQualifiedName code) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsMustUnderstandFaultCode(XmlQualifiedName code) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsServerFaultCode(XmlQualifiedName code) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsVersionMismatchFaultCode(XmlQualifiedName code) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SystemException