Secure FTP Factory

com.jscape.inet.scp
Class ScpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.jscape.inet.scp.ScpException
All Implemented Interfaces:
java.io.Serializable

public final class ScpException
extends java.io.IOException

Represents SCP protocol error.

Version:
1.0
Author:
Alex
See Also:
Serialized Form

Constructor Summary
ScpException()
          Creates a new error instance.
ScpException(java.lang.String message)
          Creates a new error instance.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScpException

public ScpException()
Creates a new error instance.


ScpException

public ScpException(java.lang.String message)
Creates a new error instance.

Parameters:
message - error message

Secure FTP Factory

Copyright JSCAPE 1999-2007 All Rights Reserved