Exception: Mysql::ProtocolError

Inherits:
ClientError show all
Defined in:
lib/mysql/error.rb

Overview

protocol error

Constant Summary

Constants inherited from ClientError

ClientError::CR_ALREADY_CONNECTED, ClientError::CR_AUTH_PLUGIN_CANNOT_LOAD, ClientError::CR_AUTH_PLUGIN_ERR, ClientError::CR_CANT_READ_CHARSET, ClientError::CR_COMMANDS_OUT_OF_SYNC, ClientError::CR_CONNECTION_ERROR, ClientError::CR_CONN_HOST_ERROR, ClientError::CR_CONN_UNKNOW_PROTOCOL, ClientError::CR_DATA_TRUNCATED, ClientError::CR_DUPLICATE_CONNECTION_ATTR, ClientError::CR_EMBEDDED_CONNECTION, ClientError::CR_ERROR_FIRST, ClientError::CR_ERROR_LAST, ClientError::CR_FETCH_CANCELED, ClientError::CR_INVALID_BUFFER_USE, ClientError::CR_INVALID_CONN_HANDLE, ClientError::CR_INVALID_PARAMETER_NO, ClientError::CR_IPSOCK_ERROR, ClientError::CR_LOCALHOST_CONNECTION, ClientError::CR_MALFORMED_PACKET, ClientError::CR_NAMEDPIPEOPEN_ERROR, ClientError::CR_NAMEDPIPESETSTATE_ERROR, ClientError::CR_NAMEDPIPEWAIT_ERROR, ClientError::CR_NAMEDPIPE_CONNECTION, ClientError::CR_NET_PACKET_TOO_LARGE, ClientError::CR_NEW_STMT_METADATA, ClientError::CR_NOT_IMPLEMENTED, ClientError::CR_NO_DATA, ClientError::CR_NO_PARAMETERS_EXISTS, ClientError::CR_NO_PREPARE_STMT, ClientError::CR_NO_RESULT_SET, ClientError::CR_NO_STMT_METADATA, ClientError::CR_NULL_POINTER, ClientError::CR_OUT_OF_MEMORY, ClientError::CR_PARAMS_NOT_BOUND, ClientError::CR_PROBE_MASTER_CONNECT, ClientError::CR_PROBE_SLAVE_CONNECT, ClientError::CR_PROBE_SLAVE_HOSTS, ClientError::CR_PROBE_SLAVE_STATUS, ClientError::CR_SECURE_AUTH, ClientError::CR_SERVER_GONE_ERROR, ClientError::CR_SERVER_HANDSHAKE_ERR, ClientError::CR_SERVER_LOST, ClientError::CR_SERVER_LOST_EXTENDED, ClientError::CR_SHARED_MEMORY_CONNECTION, ClientError::CR_SHARED_MEMORY_CONNECT_ABANDONED_ERROR, ClientError::CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR, ClientError::CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR, ClientError::CR_SHARED_MEMORY_CONNECT_MAP_ERROR, ClientError::CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR, ClientError::CR_SHARED_MEMORY_CONNECT_SET_ERROR, ClientError::CR_SHARED_MEMORY_EVENT_ERROR, ClientError::CR_SHARED_MEMORY_FILE_MAP_ERROR, ClientError::CR_SHARED_MEMORY_MAP_ERROR, ClientError::CR_SOCKET_CREATE_ERROR, ClientError::CR_SSL_CONNECTION_ERROR, ClientError::CR_STMT_CLOSED, ClientError::CR_TCP_CONNECTION, ClientError::CR_UNKNOWN_ERROR, ClientError::CR_UNKNOWN_HOST, ClientError::CR_UNSUPPORTED_PARAM_TYPE, ClientError::CR_VERSION_ERROR, ClientError::CR_WRONG_HOST_INFO, ClientError::CR_WRONG_LICENSE, ClientError::ERROR_MAP

Constants inherited from Error

Error::ERRNO

Instance Attribute Summary

Attributes inherited from Error

#error, #sqlstate

Method Summary

Methods inherited from Error

define_error_class, #errno, #initialize

Constructor Details

This class inherits a constructor from Mysql::Error