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