Class SoapFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oracle.bedrock.runtime.remote.windows.winrm.SoapFaultException
- All Implemented Interfaces:
Serializable
An exception caused by a SOAP
Fault.
Copyright (c) 2015. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
- Author:
- Jonathan Knight
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoapFaultException(org.w3c.soap.envelope.Fault fault) Create aSoapFaultExceptionwrapping the specifiedFault. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringfaultTypeToString(com.microsoft.wsman.fault.WSManFaultType type) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoapFaultException
public SoapFaultException(org.w3c.soap.envelope.Fault fault) Create aSoapFaultExceptionwrapping the specifiedFault.- Parameters:
fault- theFaultcausing the exception
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
faultTypeToString
-