public class GXFtpException
extends GXGeneralException
Constructor and Description |
---|
GXFtpException(GXFtpReply reply)
Convience constructor; Creates new GXFtpException using "Unexpected" as the
explaination.
|
GXFtpException(GXFtpReply reply,
java.lang.String msg,
java.lang.Throwable e)
Constructs new GXFtpException with short explaination of the circumstance.
|
GXFtpException(java.lang.String msg)
Constructs new GXFtpException with short explaination of the circumstance.
|
public GXFtpException(GXFtpReply reply, java.lang.String msg, java.lang.Throwable e)
public GXFtpException(java.lang.String msg)
public GXFtpException(GXFtpReply reply)
public GXFtpReply getReply()
public int getType()
GXFtpReply#getType
public int getCode()
GXFtpReply#getCode
Copyright 2014 Software AG. All rights reserved. Use is subject to license terms.