|
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.SftpPermissionDeniedException
public class SftpPermissionDeniedException
Exception thrown when trying to create or access a resource with insufficient permissions.
Constructor Summary | |
---|---|
SftpPermissionDeniedException(java.lang.String resource)
Creates a new SftpPermissionDeniedException instance. |
Method Summary | |
---|---|
java.lang.String |
getResource()
Gets resource that caused this exception |
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 SftpPermissionDeniedException(java.lang.String resource)
resource
- the resource that caused this exceptionMethod Detail |
---|
public java.lang.String getResource()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |