Secure iNet Factory

com.jscape.inet.scp
Class ScpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.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.
ScpException(java.lang.Throwable cause)
           
 
Method Summary
 
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(java.lang.Throwable cause)

ScpException

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

Parameters:
message - error message

ScpException

public ScpException()
Creates a new error instance.


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved