All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skjolberg.example.spring.soap.v1.BankException_Exception Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version

package com.skjolberg.example.spring.soap.v1;

import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 3.1.8
 * 2016-11-04T18:22:36.909+01:00
 * Generated source version: 3.1.8
 */

@WebFault(name = "bankException", targetNamespace = "http://soap.spring.example.skjolberg.com/v1")
public class BankException_Exception extends Exception {
    
    private com.skjolberg.example.spring.soap.v1.BankException bankException;

    public BankException_Exception() {
        super();
    }
    
    public BankException_Exception(String message) {
        super(message);
    }
    
    public BankException_Exception(String message, Throwable cause) {
        super(message, cause);
    }

    public BankException_Exception(String message, com.skjolberg.example.spring.soap.v1.BankException bankException) {
        super(message);
        this.bankException = bankException;
    }

    public BankException_Exception(String message, com.skjolberg.example.spring.soap.v1.BankException bankException, Throwable cause) {
        super(message, cause);
        this.bankException = bankException;
    }

    public com.skjolberg.example.spring.soap.v1.BankException getFaultInfo() {
        return this.bankException;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy