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

com.github.skjolber.bank.example.v1.BankException_Exception Maven / Gradle / Ivy


package com.github.skjolber.bank.example.v1;

import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 3.2.6
 * 2018-09-02T02:04:17.973+02:00
 * Generated source version: 3.2.6
 */

@WebFault(name = "bankException", targetNamespace = "http://example.bank.skjolber.github.com/v1")
public class BankException_Exception extends Exception {

    private com.github.skjolber.bank.example.v1.BankException bankException;

    public BankException_Exception() {
        super();
    }

    public BankException_Exception(String message) {
        super(message);
    }

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

    public BankException_Exception(String message, com.github.skjolber.bank.example.v1.BankException bankException) {
        super(message);
        this.bankException = bankException;
    }

    public BankException_Exception(String message, com.github.skjolber.bank.example.v1.BankException bankException, java.lang.Throwable cause) {
        super(message, cause);
        this.bankException = bankException;
    }

    public com.github.skjolber.bank.example.v1.BankException getFaultInfo() {
        return this.bankException;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy