public class ClientException extends CryptshareException
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_CONNECTION_FAILED
It was not possible to connect to the Cryptshare Server.
|
static int |
CODE_STORE_ACCESS_FAILED
The access to the client store failed.
|
| Constructor and Description |
|---|
ClientException(java.lang.Exception innerException)
Constructor
|
ClientException(int code,
java.lang.String message)
Constructor
|
ClientException(int code,
java.lang.String message,
java.lang.Exception innerException)
Constructor
|
getCodepublic static final int CODE_STORE_ACCESS_FAILED
public static final int CODE_CONNECTION_FAILED
public ClientException(java.lang.Exception innerException)
innerException - The cause of the exception.public ClientException(int code,
java.lang.String message)
code - The error code, see CryptshareException members.message - error message for this exceptionpublic ClientException(int code,
java.lang.String message,
java.lang.Exception innerException)
code - The error code, see CryptshareException members.message - error message for this exceptioninnerException - the cause of the exception