|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.wli.sftp.spi.SFtpClientException
public class SFtpClientException
This class represents SFTP client exception. One should wrap any exception in to this exception and should throw this exception from the actual implementation.
| Constructor Summary | |
|---|---|
SFtpClientException()
Default constructor |
|
SFtpClientException(String message)
Construts an exception using the given message |
|
SFtpClientException(String message,
Throwable cause)
Constructs the exception using the given message and the actual exception |
|
SFtpClientException(Throwable cause)
Constructs the exception using the actual exception |
|
| 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 |
|---|
public SFtpClientException()
public SFtpClientException(String message)
message - - exception description
public SFtpClientException(String message,
Throwable cause)
message - - exception descriptioncause - - actual exceptionpublic SFtpClientException(Throwable cause)
cause - - actual exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||