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 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 Details

    • SoapFaultException

      public SoapFaultException(org.w3c.soap.envelope.Fault fault)
      Create a SoapFaultException wrapping the specified Fault.
      Parameters:
      fault - the Fault causing the exception
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • faultTypeToString

      protected String faultTypeToString(com.microsoft.wsman.fault.WSManFaultType type)