|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.jscape.inet.sftp.SftpException
com.jscape.inet.sftp.SftpAuthenticationException
public class SftpAuthenticationException
Exception thrown when trying to create or access a resource with insufficient permissions.
Constructor Summary | |
---|---|
SftpAuthenticationException(java.lang.String hostname,
java.lang.String username)
Creates new SftpAuthenticationException instance |
Method Summary | |
---|---|
java.lang.String |
getHostname()
Gets hostname of sftp server |
java.lang.String |
getUsername()
Gets username of sftp user |
Methods inherited from class com.jscape.inet.sftp.SftpException |
---|
getException |
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 |
---|
public SftpAuthenticationException(java.lang.String hostname, java.lang.String username)
hostname
- the hostname of sftp serverusername
- the username of sftp userMethod Detail |
---|
public java.lang.String getHostname()
public java.lang.String getUsername()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |