Class SoapFaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.oracle.bedrock.runtime.remote.windows.winrm.SoapFaultException
-
- All Implemented Interfaces:
Serializable
public class SoapFaultException extends Exception
An exception caused by a SOAPFault.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoapFaultException(org.w3c.soap.envelope.Fault fault)Create aSoapFaultExceptionwrapping the specifiedFault.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringfaultTypeToString(com.microsoft.wsman.fault.WSManFaultType type)StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SoapFaultException
public SoapFaultException(org.w3c.soap.envelope.Fault fault)
Create aSoapFaultExceptionwrapping the specifiedFault.- Parameters:
fault- theFaultcausing the exception
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
faultTypeToString
protected String faultTypeToString(com.microsoft.wsman.fault.WSManFaultType type)
-
-