|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
local.tomas.util.net.NetException
public class NetException
Title: FTP Client Description: Copyright: Copyright (c) 2001 Company:
| Constructor Summary | |
|---|---|
NetException()
Default constructor. |
|
NetException(BaseClient.NetAck ack)
Construct exception from negative network response. |
|
NetException(String msg)
Construct exception from message |
|
NetException(String message,
Throwable cause)
Construct exception from message and root cause. |
|
NetException(Throwable cause)
Construct exception from root cause |
|
| Method Summary | |
|---|---|
BaseClient.NetAck |
getAck()
Get network response. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetException()
public NetException(String message,
Throwable cause)
message - the messagecause - the root causepublic NetException(Throwable cause)
cause - root causepublic NetException(BaseClient.NetAck ack)
ack - parsed responsepublic NetException(String msg)
msg - the message| Method Detail |
|---|
public BaseClient.NetAck getAck()
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||