Exception: Stomp::Error::SSLUnreadableTruststoreFileError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/stomp/errors.rb

Overview

SSLUnreadableTruststoreFileError is raised if:

  • A supplied SSL trust store file is not readable.

Instance Method Summary collapse

Instance Method Details

#messageObject



214
215
216
# File 'lib/stomp/errors.rb', line 214

def message
  "a client truststore file can not be read"
end