
Net::Stomp::Producer::Exceptions - exception classes for Net::Stomp::Producer

version 1.8

This file defines the following exception classes, all based on Throwable:
Net::Stomp::Producer::Exceptions::BadMessageAttributes: message_headers,
message_body,
reason,
stack_trace.
Net::Stomp::Producer::Exceptions::CantSerializeSubclass of "Net::Stomp::Producer::Exceptions::BadMessage"; attributes: reason.
Throw when the serialization fails.
Net::Stomp::Producer::Exceptions::BadTransformerAttributes: transformer,
stack_trace.
Thrown when the transformer does not have a transform method.
Net::Stomp::Producer::Exceptions::InvalidSubclass of "Net::Stomp::Producer::Exceptions::BadMessage"; attributes: transformer,
reason.
Thrown when validation fails.
Net::Stomp::Producer::Exceptions::TransactionalAttributes: stack_trace.
Thrown when you call txn_commit or txn_rollback without a corresponding txn_begin. See Net::Stomp::Producer::Transactional for details.

Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>

This software is copyright (c) 2012 by Net-a-porter.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.