Class 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:
    Serialized Form
    • Constructor Detail

      • SoapFaultException

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

      • faultTypeToString

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