client.net.transfer
Class NotPossibleDownloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by exceptions.MyRuntimeException
                  extended by client.net.transfer.NotPossibleDownloadException
All Implemented Interfaces:
StandardExceptionMessageProvider, java.io.Serializable

public class NotPossibleDownloadException
extends MyRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class exceptions.MyRuntimeException
standardMessage
 
Constructor Summary
NotPossibleDownloadException(ClientFileDescriptor cfd)
           
NotPossibleDownloadException(java.lang.String msg)
           
NotPossibleDownloadException(java.lang.String msg, ClientFileDescriptor cfd)
           
 
Method Summary
 ClientFileDescriptor getClientFileDescriptor()
           
 
Methods inherited from class exceptions.MyRuntimeException
getStandardMessage
 
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

NotPossibleDownloadException

public NotPossibleDownloadException(java.lang.String msg)

NotPossibleDownloadException

public NotPossibleDownloadException(ClientFileDescriptor cfd)

NotPossibleDownloadException

public NotPossibleDownloadException(java.lang.String msg,
                                    ClientFileDescriptor cfd)
Method Detail

getClientFileDescriptor

public ClientFileDescriptor getClientFileDescriptor()