Search in sources :

Example 1 with EzyMaxSessionException

use of com.tvd12.ezyfoxserver.exception.EzyMaxSessionException in project ezyfox-server by youngmonkeys.

the class EzyMaxSessionExceptionTest method test.

@Test
public void test() {
    EzyMaxSessionException exception = new EzyMaxSessionException(1, 2);
    System.out.print(exception.getMessage());
}
Also used : EzyMaxSessionException(com.tvd12.ezyfoxserver.exception.EzyMaxSessionException) BaseTest(com.tvd12.test.base.BaseTest) Test(org.testng.annotations.Test)

Aggregations

EzyMaxSessionException (com.tvd12.ezyfoxserver.exception.EzyMaxSessionException)1 BaseTest (com.tvd12.test.base.BaseTest)1 Test (org.testng.annotations.Test)1