APIException.java :  » Forum » JForum-2.1.8 » net » jforum » exceptions » Java Open Source

Java Open Source » Forum » JForum 2.1.8 
JForum 2.1.8 » net » jforum » exceptions » APIException.java
/*
 * Created on 04/09/2006 21:32:40
 */
package net.jforum.exceptions;

/**
 * @author Rafael Steil
 * @version $Id: APIException.java,v 1.1 2006/09/05 00:53:32 rafaelsteil Exp $
 */
public class APIException extends RuntimeException
{
  public APIException(String message)
  {
    super(message);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.