com.intel.gpe.clients.api.exceptions
Class GPEFileTransferProtocolNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.clients.api.exceptions.GPEException
              extended by com.intel.gpe.clients.api.exceptions.GPEClientException
                  extended by com.intel.gpe.clients.api.exceptions.GPEFileTransferProtocolNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class GPEFileTransferProtocolNotSupportedException
extends GPEClientException

Exception thrown in the case when given file transfer is not supported by a TargetSystem.

Version:
$Id: GPEFileTransferProtocolNotSupportedException.java,v 1.3 2006/02/18 18:42:29 nbmalysh Exp $
Author:
Dmitry Petrov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intel.gpe.clients.api.exceptions.GPEException
resourceClient
 
Constructor Summary
GPEFileTransferProtocolNotSupportedException(java.lang.String message, WSRFClient resourceClient, java.lang.String protocol)
           
 
Method Summary
 java.lang.String getProtocol()
          Get file transfer protocol name.
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEException
getReason, getResourceClient
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GPEFileTransferProtocolNotSupportedException

public GPEFileTransferProtocolNotSupportedException(java.lang.String message,
                                                    WSRFClient resourceClient,
                                                    java.lang.String protocol)
Method Detail

getProtocol

public java.lang.String getProtocol()
Get file transfer protocol name.

Returns:
file transfer protocol name


Copyright © 2008. All Rights Reserved.