public function __construct( $msg, $code = null, array $data = null ) {
        if ( $msg instanceof Message ) {
            foreach ( get_class_vars( get_class( $this ) ) as $key => $value ) {
                if ( isset( $msg->$key ) ) {
                    $this->$key = $msg->$key;