public class GXFtpException
extends GXGeneralException
Constructor and Description |
---|
GXFtpException(GXFtpReply reply)
Convience constructor; Creates new GXFtpException using "Unexpected" as the
explaination.
|
GXFtpException(GXFtpReply reply,
String msg,
Throwable e)
Constructs new GXFtpException with short explaination of the circumstance.
|
GXFtpException(String msg)
Constructs new GXFtpException with short explaination of the circumstance.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Convience method; gets FTP reply code of underlying reply object.
|
GXFtpReply |
getReply()
Returns reply that caused this exception.
|
int |
getType()
Convience method; gets FTP reply type of underlying reply object.
|
public GXFtpException(GXFtpReply reply, String msg, Throwable e)
public GXFtpException(String msg)
public GXFtpException(GXFtpReply reply)
public GXFtpReply getReply()
public int getType()
GXFtpReply#getType
public int getCode()
GXFtpReply#getCode
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.