Package org.gudy.azureus2.plugins.platform

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


     */
    public void createProcess(String command_line, boolean inherit_handles)

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


     */
    public void performRecoverableFileDelete(String file_name)

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

     */
    public String getVersion()

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

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

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

     */
    public void showFile(String file_name)

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

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

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

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

    {
    }

    // @see org.gudy.azureus2.platform.PlatformManager#getAzComputerID()
    public String getAzComputerID() 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.