All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bixuebihui.util.TimeoutException Maven / Gradle / Ivy

Go to download

a fast small database connection pool and a active record flavor mini framework

There is a newer version: 1.15.3.3
Show newest version
// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov  Date: 2005-1-4 11:29:55
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name:   TimeoutException.java

package com.bixuebihui.util;


/**
 * 

TimeoutException class.

* * @author xingwx * @version $Id: $Id */ public class TimeoutException extends Exception { /** * */ private static final long serialVersionUID = -461278587077013750L; /** *

Constructor for TimeoutException.

* * @param s a {@link java.lang.String} object. */ public TimeoutException(String s) { super(s); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy