Class ClientCommandGetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ikasan.connector.basefiletransfer.net.ClientCommandGetException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientCommandGetException extends java.lang.Exception- Author:
- Ikasan Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientCommandGetException()Default constructorClientCommandGetException(java.lang.String message)ClientCommandGetException(java.lang.String message, java.lang.Throwable cause)ClientCommandGetException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ClientCommandGetException
public ClientCommandGetException()
Default constructor
-
ClientCommandGetException
public ClientCommandGetException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
ClientCommandGetException
public ClientCommandGetException(java.lang.String message)
- Parameters:
message-
-
ClientCommandGetException
public ClientCommandGetException(java.lang.Throwable cause)
- Parameters:
cause-
-
-