Class | Thrift::TransportException |
In: |
lib/thrift/transport/base_transport.rb
lib/thrift/transport/base_transport.rb |
Parent: | Exception |
UNKNOWN | = | 0 |
NOT_OPEN | = | 1 |
ALREADY_OPEN | = | 2 |
TIMED_OUT | = | 3 |
END_OF_FILE | = | 4 |
UNKNOWN | = | 0 |
NOT_OPEN | = | 1 |
ALREADY_OPEN | = | 2 |
TIMED_OUT | = | 3 |
END_OF_FILE | = | 4 |
type | [R] | |
type | [R] |
# File lib/thrift/transport/base_transport.rb, line 31 31: def initialize(type=UNKNOWN, message=nil) 32: super(message) 33: @type = type 34: end