Package org.jboss.aerogear.test

Examples of org.jboss.aerogear.test.UnexpectedResponseException


                e.printStackTrace();
                throw new RuntimeException(e);
            }

        } else {
            throw new UnexpectedResponseException(response, HttpStatus.SC_OK);
        }
    }
View Full Code Here

TOP

Related Classes of org.jboss.aerogear.test.UnexpectedResponseException

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.