Package com.taobao.metamorphosis.server.exception

Examples of com.taobao.metamorphosis.server.exception.MetamorphosisException


            final XAException e = new XAException("XA transaction '" + xid + "' has not been started.");
            e.errorCode = XAException.XAER_NOTA;
            throw e;
        }
        else {
            throw new MetamorphosisException("Local transaction '" + xid + "' has not been started.");
        }
    }
View Full Code Here

TOP

Related Classes of com.taobao.metamorphosis.server.exception.MetamorphosisException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.