Package org.gudy.azureus2.plugins.platform

Examples of org.gudy.azureus2.plugins.platform.PlatformManagerException


  public File
  getVMOptionFile()
 
    throws PlatformManagerException
  {
        throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here


  public String[]
     getExplicitVMOptions()
             
       throws PlatformManagerException
  {
        throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here

  public boolean
  getRunAtLogin()
             
     throws PlatformManagerException
  {
     throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here

  setRunAtLogin(
    boolean    run )
             
     throws PlatformManagerException
  {
     throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here

  shutdown(
    int      type )
 
    throws PlatformManagerException
 
     throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here

  setExplicitVMOptions(
    String[]    options )
             
    throws PlatformManagerException
  {
        throw new PlatformManagerException("Unsupported capability called on platform manager")
  }
View Full Code Here

    String    name,        // e.g. "BitTorrent"
    String    type )        // e.g. ".torrent"
 
    throws PlatformManagerException
  {
      throw new PlatformManagerException("Unsupported capability called on platform manager");
 
View Full Code Here

      String    name,        // e.g. "BitTorrent"
      String    type )        // e.g. ".torrent"
   
    throws PlatformManagerException
  {
    throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here

     */
    public void registerApplication()

        throws PlatformManagerException
    {
        throw new PlatformManagerException("Unsupported capability called on platform manager");
    }
View Full Code Here

    String    type,        // e.g. ".torrent"
    String    content_type )    // e.g. "application/x-bittorrent"
 
    throws PlatformManagerException
  {
         throw new PlatformManagerException("Unsupported capability called on platform manager");
  }
View Full Code Here

TOP

Related Classes of org.gudy.azureus2.plugins.platform.PlatformManagerException

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.