Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::ByeResponseErrorクラス

class Net::IMAP::ByeResponseError

クラスの継承リスト: Net::IMAP::ByeResponseError < Net::IMAP::ResponseError < Net::IMAP::Error < StandardError < Exception < Object < Kernel < BasicObject

Abstract

Error raised upon a "BYE" response from the server, indicating that the client is not being allowed to login, or has been timed out due to inactivity.

Methods

Classes