BotStorageException.java :  » Client » gs4android » at » theengine » android » botstorage » Android Open Source

Android Open Source » Client » gs4android 
gs4android » at » theengine » android » botstorage » BotStorageException.java
package at.theengine.android.botstorage;

public class BotStorageException extends Exception
{
  public BotStorageException()
  {
    
  }
  public BotStorageException(String s)
  {
    super(s);  
  }
}
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.