org.wso2.carbon.stub.LogoutAuthenticationExceptionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-car-deploy-plugin Show documentation
Show all versions of maven-car-deploy-plugin Show documentation
Maven plugin which deploys the generated CAR artifacts to remote/local Carbon Servers.
The newest version!
/**
* LogoutAuthenticationExceptionException.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 LogoutAuthenticationExceptionException extends java.lang.Exception{
private static final long serialVersionUID = 1726898728202L;
private org.wso2.carbon.core.services.authentication.LogoutAuthenticationException faultMessage;
public LogoutAuthenticationExceptionException() {
super("LogoutAuthenticationExceptionException");
}
public LogoutAuthenticationExceptionException(java.lang.String s) {
super(s);
}
public LogoutAuthenticationExceptionException(java.lang.String s, java.lang.Throwable ex) {
super(s, ex);
}
public LogoutAuthenticationExceptionException(java.lang.Throwable cause) {
super(cause);
}
public void setFaultMessage(org.wso2.carbon.core.services.authentication.LogoutAuthenticationException msg){
faultMessage = msg;
}
public org.wso2.carbon.core.services.authentication.LogoutAuthenticationException getFaultMessage(){
return faultMessage;
}
}