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

org.wso2.carbon.stub.LoginWithRememberMeOptionAuthenticationExceptionException Maven / Gradle / Ivy

Go to download

Maven plugin which deploys the generated CAR artifacts to remote/local Carbon Servers.

The newest version!

/**
 * LoginWithRememberMeOptionAuthenticationExceptionException.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.6.1-wso2v1  Built on : Jun 24, 2011 (06:41:37 IST)
 */

package org.wso2.carbon.stub;

public class LoginWithRememberMeOptionAuthenticationExceptionException extends java.lang.Exception{

    private static final long serialVersionUID = 1726898728209L;
    
    private org.wso2.carbon.core.services.authentication.LoginWithRememberMeOptionAuthenticationException faultMessage;

    
        public LoginWithRememberMeOptionAuthenticationExceptionException() {
            super("LoginWithRememberMeOptionAuthenticationExceptionException");
        }

        public LoginWithRememberMeOptionAuthenticationExceptionException(java.lang.String s) {
           super(s);
        }

        public LoginWithRememberMeOptionAuthenticationExceptionException(java.lang.String s, java.lang.Throwable ex) {
          super(s, ex);
        }

        public LoginWithRememberMeOptionAuthenticationExceptionException(java.lang.Throwable cause) {
            super(cause);
        }
    

    public void setFaultMessage(org.wso2.carbon.core.services.authentication.LoginWithRememberMeOptionAuthenticationException msg){
       faultMessage = msg;
    }
    
    public org.wso2.carbon.core.services.authentication.LoginWithRememberMeOptionAuthenticationException getFaultMessage(){
       return faultMessage;
    }
}
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy