Class EspExceptionWrapper


  • public class EspExceptionWrapper
    extends BaseExceptionWrapper
    HPCC SYSTEMS software Copyright (C) 2019 HPCC Systems. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
    • Field Detail

      • audience

        protected String audience
    • Constructor Detail

      • EspExceptionWrapper

        public EspExceptionWrapper()
        Instantiates a new esp exception wrapper.
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.filespray.latest.EspException espexception)
        Instantiates a new esp exception wrapper.
        Parameters:
        espexception - the espexception
      • EspExceptionWrapper

        public EspExceptionWrapper​(String _code,
                                   String _audience,
                                   String _source,
                                   String _message)
        Instantiates a new esp exception wrapper.
        Parameters:
        _code - the code
        _audience - the audience
        _source - the source
        _message - the message
      • EspExceptionWrapper

        public EspExceptionWrapper​(EspExceptionWrapper espExceptionWrapper)
        Instantiates a new esp exception wrapper.
        Parameters:
        espExceptionWrapper - the esp exception wrapper
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsfileio.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wspackageprocess.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wssql.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsstore.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wstopology.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.EspException raw)
        Instantiates a new esp exception wrapper.
        Parameters:
        raw - the raw
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsresources.latest.EspException raw)
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspException raw)
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.EspException raw)
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wsdfuxref.latest.EspException raw)
      • EspExceptionWrapper

        public EspExceptionWrapper​(org.hpccsystems.ws.client.gen.axis2.wssmc.latest.EspException raw)
    • Method Detail

      • getRaw

        public org.hpccsystems.ws.client.gen.axis2.filespray.latest.EspException getRaw()
        Gets the raw.
        Returns:
        the raw
      • setAudience

        public void setAudience​(String _audience)
        Sets the audience.
        Parameters:
        _audience - the new audience
      • getAudience

        public String getAudience()
        Gets the audience.
        Returns:
        the audience
      • setCode

        public void setCode​(String _code)
        Sets the code.
        Parameters:
        _code - the new code
      • getCode

        public String getCode()
        Gets the code.
        Returns:
        the code