package com.baasbox.exception;
public class SwitchUserContextException extends BaasBoxTransactionException{
public SwitchUserContextException() {
// TODO Auto-generated constructor stub
}
public SwitchUserContextException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
public SwitchUserContextException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public SwitchUserContextException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
}